This commit is contained in:
kpdecker
2013-11-04 10:48:59 -06:00
parent 2cb61c9d5f
commit 09cdc19a21
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "handlebars", "name": "handlebars",
"version": "1.1.0", "version": "1.1.1",
"main": "handlebars.js", "main": "handlebars.js",
"dependencies": {} "dependencies": {}
} }
+1 -1
View File
@@ -2,7 +2,7 @@
<package> <package>
<metadata> <metadata>
<id>handlebars.js</id> <id>handlebars.js</id>
<version>1.1.0</version> <version>1.1.1</version>
<authors>handlebars.js Authors</authors> <authors>handlebars.js Authors</authors>
<licenseUrl>https://github.com/wycats/handlebars.js/blob/master/LICENSE</licenseUrl> <licenseUrl>https://github.com/wycats/handlebars.js/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/wycats/handlebars.js/</projectUrl> <projectUrl>https://github.com/wycats/handlebars.js/</projectUrl>
+1 -1
View File
@@ -2,7 +2,7 @@
module Utils from "./utils"; module Utils from "./utils";
import Exception from "./exception"; import Exception from "./exception";
export var VERSION = "1.1.0"; export var VERSION = "1.1.1";
export var COMPILER_REVISION = 4; export var COMPILER_REVISION = 4;
export var REVISION_CHANGES = { export var REVISION_CHANGES = {
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "handlebars", "name": "handlebars",
"barename": "handlebars", "barename": "handlebars",
"version": "1.1.0", "version": "1.1.1",
"description": "Handlebars provides the power necessary to let you build semantic templates effectively with no frustration", "description": "Handlebars provides the power necessary to let you build semantic templates effectively with no frustration",
"homepage": "http://www.handlebarsjs.com/", "homepage": "http://www.handlebarsjs.com/",
"keywords": [ "keywords": [