Explorar o código

Bump to v2.14.0, bump spec version to 1.2.2

Justin Hileman %!s(int64=4) %!d(string=hai) anos
pai
achega
3ce0ee0ec1
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/Mustache/Engine.php

+ 2 - 2
src/Mustache/Engine.php

@@ -23,8 +23,8 @@
  */
 class Mustache_Engine
 {
-    const VERSION        = '2.13.0';
-    const SPEC_VERSION   = '1.1.2';
+    const VERSION        = '2.14.0';
+    const SPEC_VERSION   = '1.2.2';
 
     const PRAGMA_FILTERS      = 'FILTERS';
     const PRAGMA_BLOCKS       = 'BLOCKS';