diff --git a/CHANGES b/CHANGES index 6503908f9..b5b04f448 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,7 @@ -= HEAD += 0.7.2 / 27 Dec 2012 + * Fixed a rendering bug (#274) when using nested higher-order sections. * Converted tests to use mocha instead of vows. - * Fixed a rendering bug when using nested higher-order sections. = 0.7.1 / 6 Dec 2012 diff --git a/mustache.js b/mustache.js index 11491c0f2..932052b4a 100644 --- a/mustache.js +++ b/mustache.js @@ -18,7 +18,7 @@ var exports = {}; exports.name = "mustache.js"; - exports.version = "0.7.1"; + exports.version = "0.7.2"; exports.tags = ["{{", "}}"]; exports.Scanner = Scanner; diff --git a/mustache.js.nuspec b/mustache.js.nuspec index a385a4c77..ec1b4b775 100644 --- a/mustache.js.nuspec +++ b/mustache.js.nuspec @@ -2,7 +2,7 @@ mustache.js - 0.7.1 + 0.7.2 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 3549fedfd..38608b4af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mustache", - "version": "0.7.1", + "version": "0.7.2", "description": "Logic-less {{mustache}} templates with JavaScript", "author": "mustache.js Authors ", "keywords": ["mustache", "template", "templates", "ejs"], @@ -9,7 +9,7 @@ "mocha": "1.5.0" }, "volo": { - "url": "https://raw.github.com/janl/mustache.js/0.7.1/mustache.js" + "url": "https://raw.github.com/janl/mustache.js/0.7.2/mustache.js" }, "scripts": { "test": "mocha test"