Explorar el Código

Version bump (v1.1.0)

Justin Hileman hace 13 años
padre
commit
417b139d86
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Mustache.php

+ 1 - 1
Mustache.php

@@ -14,7 +14,7 @@
  */
 class Mustache {
 
-	const VERSION      = '1.0.0';
+	const VERSION      = '1.1.0';
 	const SPEC_VERSION = '1.1.2';
 
 	/**