diff options
author | kpdecker <kpdecker@gmail.com> | 2012-09-17 19:27:23 -0500 |
---|---|---|
committer | kpdecker <kpdecker@gmail.com> | 2012-09-17 19:27:23 -0500 |
commit | b5074a88ec17917309f5482de004076f3f676ad1 (patch) | |
tree | bf535b1311204a8c5be5fd433a779cfb3bac1049 | |
parent | ce74c36118ffed1779889d97e6a2a1028ae61510 (diff) | |
download | handlebars.js-1.0.7.zip handlebars.js-1.0.7.tar.gz handlebars.js-1.0.7.tar.bz2 |
Rev node version to 1.0.7v1.0.7
Per discussion with @wycats. Due to the version history of the node package and the manner in which npm's semver implementation works we need to continue the patch numbers utilized previously.
Once the upstream implementation moves to 1.1 versioning we can sync the implementations again.
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 3f0050b..b037cda 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "handlebars", "description": "Extension of the Mustache logicless template language", - "version": "1.0.0-rc.1", + "version": "1.0.7", "homepage": "http://www.handlebarsjs.com/", "keywords": [ "handlebars mustache template html" |