v2.0.0-alpha.4

This commit is contained in:
kpdecker
2014-05-19 23:15:50 -05:00
parent 2a20976e6a
commit efad61b1b7
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "handlebars",
"version": "2.0.0-alpha.3",
"version": "2.0.0-alpha.4",
"main": "handlebars.js",
"dependencies": {}
}
+1 -1
View File
@@ -2,7 +2,7 @@
<package>
<metadata>
<id>handlebars.js</id>
<version>2.0.0-alpha.3</version>
<version>2.0.0-alpha.4</version>
<authors>handlebars.js Authors</authors>
<licenseUrl>https://github.com/wycats/handlebars.js/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/wycats/handlebars.js/</projectUrl>
+1 -1
View File
@@ -1,7 +1,7 @@
module Utils from "./utils";
import Exception from "./exception";
export var VERSION = "2.0.0-alpha.3";
export var VERSION = "2.0.0-alpha.4";
export var COMPILER_REVISION = 5;
export var REVISION_CHANGES = {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "handlebars",
"barename": "handlebars",
"version": "2.0.0-alpha.3",
"version": "2.0.0-alpha.4",
"description": "Handlebars provides the power necessary to let you build semantic templates effectively with no frustration",
"homepage": "http://www.handlebarsjs.com/",
"keywords": [