diff options
author | kpdecker <kpdecker@gmail.com> | 2015-09-02 21:21:36 -0500 |
---|---|---|
committer | kpdecker <kpdecker@gmail.com> | 2015-09-02 21:21:36 -0500 |
commit | c7b28a65dab1f1bb370f258fd65796d74c7b53cb (patch) | |
tree | d25e4d790965c5b7dc262e027fd7d9b8c15ad591 /components | |
parent | 9a27693fae56c20727ad9974f2a1b542c5728e07 (diff) | |
download | handlebars.js-4.0.1.zip handlebars.js-4.0.1.tar.gz handlebars.js-4.0.1.tar.bz2 |
v4.0.1v4.0.1
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 fce893b..cb17eb3 100644 --- a/components/bower.json +++ b/components/bower.json @@ -1,6 +1,6 @@ { "name": "handlebars", - "version": "4.0.0", + "version": "4.0.1", "main": "handlebars.js", "license": "MIT", "dependencies": {} diff --git a/components/handlebars.js.nuspec b/components/handlebars.js.nuspec index b259400..ee1fce0 100644 --- a/components/handlebars.js.nuspec +++ b/components/handlebars.js.nuspec @@ -2,7 +2,7 @@ <package> <metadata> <id>handlebars.js</id> - <version>4.0.0</version> + <version>4.0.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> |