diff --git a/CHANGES b/CHANGES index 687af82..25546c2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -= HEAD += 0.7.0 / 10 Sep 2012 * Rename Renderer => Writer. * Allow partials to be loaded dynamically using a callback (thanks @TiddoLangerak diff --git a/mustache.js b/mustache.js index c9498e4..5ccbf9b 100644 --- a/mustache.js +++ b/mustache.js @@ -20,7 +20,7 @@ var Mustache; var exports = {}; exports.name = "mustache.js"; - exports.version = "0.6.0"; + exports.version = "0.7.0"; exports.tags = ["{{", "}}"]; exports.Scanner = Scanner; diff --git a/mustache.js.nuspec b/mustache.js.nuspec index 138014d..1e5554b 100644 --- a/mustache.js.nuspec +++ b/mustache.js.nuspec @@ -2,7 +2,7 @@ mustache.js - 0.6.0 + 0.7.0 mustache.js Authors https://github.com/janl/mustache.js/blob/master/LICENSE http://mustache.github.com/ diff --git a/package.json b/package.json index 83469cb..1303ec0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mustache", - "version": "0.6.0", + "version": "0.7.0", "description": "Logic-less {{mustache}} templates with JavaScript", "author": "mustache.js Authors ", "keywords": ["mustache", "template", "templates", "ejs"], @@ -9,7 +9,7 @@ "vows": "0.6.x" }, "volo": { - "url": "https://raw.github.com/janl/mustache.js/0.6.0/mustache.js" + "url": "https://raw.github.com/janl/mustache.js/0.7.0/mustache.js" }, "scripts": { "test": "vows --spec"