diff options
author | kpdecker <kpdecker@gmail.com> | 2014-05-19 23:15:50 -0500 |
---|---|---|
committer | kpdecker <kpdecker@gmail.com> | 2014-05-19 23:15:50 -0500 |
commit | efad61b1b72a487c087f57ba85287f5682e57280 (patch) | |
tree | 9c3edc88acb1037471b67b99691d696c7bb0c756 /components | |
parent | 2a20976e6a766e8f53004fd74c2d869d4cc90517 (diff) | |
download | handlebars.js-efad61b1b72a487c087f57ba85287f5682e57280.zip handlebars.js-efad61b1b72a487c087f57ba85287f5682e57280.tar.gz handlebars.js-efad61b1b72a487c087f57ba85287f5682e57280.tar.bz2 |
v2.0.0-alpha.4v2.0.0-alpha.4
Diffstat (limited to 'components')
-rw-r--r-- | components/bower.json | 2 | ||||
-rw-r--r-- | components/handlebars.js.nuspec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/components/bower.json b/components/bower.json index 176190e..efcfbf5 100644 --- a/components/bower.json +++ b/components/bower.json @@ -1,6 +1,6 @@ { "name": "handlebars", - "version": "2.0.0-alpha.3", + "version": "2.0.0-alpha.4", "main": "handlebars.js", "dependencies": {} } diff --git a/components/handlebars.js.nuspec b/components/handlebars.js.nuspec index 1c255e7..7cf7886 100644 --- a/components/handlebars.js.nuspec +++ b/components/handlebars.js.nuspec @@ -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> |