Skip to content

Commit 0099e16

Browse files
committed
v3.0.0
1 parent a8848d0 commit 0099e16

4 files changed

Lines changed: 10 additions & 6 deletions

File tree

components/bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "handlebars",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"main": "handlebars.js",
55
"dependencies": {}
66
}

components/handlebars.js.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>handlebars.js</id>
5-
<version>2.0.0</version>
5+
<version>3.0.0</version>
66
<authors>handlebars.js Authors</authors>
77
<licenseUrl>https://github.com/wycats/handlebars.js/blob/master/LICENSE</licenseUrl>
88
<projectUrl>https://github.com/wycats/handlebars.js/</projectUrl>

lib/handlebars/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Utils from "./utils";
22
import Exception from "./exception";
33

4-
export var VERSION = "2.0.0";
4+
export var VERSION = "3.0.0";
55
export var COMPILER_REVISION = 6;
66

77
export var REVISION_CHANGES = {

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "handlebars",
33
"barename": "handlebars",
4-
"version": "2.0.0",
4+
"version": "3.0.0",
55
"description": "Handlebars provides the power necessary to let you build semantic templates effectively with no frustration",
66
"homepage": "http://www.handlebarsjs.com/",
77
"keywords": [
@@ -62,7 +62,11 @@
6262
},
6363
"jspm": {
6464
"main": "handlebars",
65-
"directories": { "lib": "dist/amd" },
66-
"buildConfig": { "minify": true }
65+
"directories": {
66+
"lib": "dist/amd"
67+
},
68+
"buildConfig": {
69+
"minify": true
70+
}
6771
}
6872
}

0 commit comments

Comments
 (0)