Skip to content

Commit

Permalink
vv2.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kpdecker committed Feb 10, 2014
1 parent b22a150 commit a5ff1f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "handlebars",
"version": "1.3.0",
"version": "v2.0.0-alpha.1",
"main": "handlebars.js",
"dependencies": {}
}
2 changes: 1 addition & 1 deletion components/handlebars.js.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>handlebars.js</id>
<version>1.3.0</version>
<version>v2.0.0-alpha.1</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>
Expand Down
2 changes: 1 addition & 1 deletion lib/handlebars/base.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Utils from "./utils";
import Exception from "./exception";

export var VERSION = "1.3.0";
export var VERSION = "v2.0.0-alpha.1";
export var COMPILER_REVISION = 5;

export var REVISION_CHANGES = {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "handlebars",
"barename": "handlebars",
"version": "1.3.0",
"version": "v2.0.0-alpha.1",
"description": "Handlebars provides the power necessary to let you build semantic templates effectively with no frustration",
"homepage": "http://www.handlebarsjs.com/",
"keywords": [
Expand Down

0 comments on commit a5ff1f3

Please sign in to comment.