diff --git a/CHANGES b/CHANGES index ad80e95..fd72af8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -= HEAD += 0.7.3 / 5 Nov 2013 * Don't require the original template to be passed to the rendering function when using compiled templates. This is still required when using higher-order diff --git a/mustache.js b/mustache.js index e27dc6a..4c65a95 100644 --- a/mustache.js +++ b/mustache.js @@ -482,7 +482,7 @@ } mustache.name = "mustache.js"; - mustache.version = "0.7.2"; + mustache.version = "0.7.3"; mustache.tags = ["{{", "}}"]; mustache.Scanner = Scanner; diff --git a/mustache.js.nuspec b/mustache.js.nuspec index ec1b4b7..a103cd4 100644 --- a/mustache.js.nuspec +++ b/mustache.js.nuspec @@ -2,7 +2,7 @@ mustache.js - 0.7.2 + 0.7.3 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 4abd6da..0d8019a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mustache", - "version": "0.7.2", + "version": "0.7.3", "description": "Logic-less {{mustache}} templates with JavaScript", "author": "mustache.js Authors ", "repository": { @@ -13,7 +13,7 @@ "mocha": "1.5.0" }, "volo": { - "url": "https://raw.github.com/janl/mustache.js/0.7.2/mustache.js" + "url": "https://raw.github.com/janl/mustache.js/0.7.3/mustache.js" }, "scripts": { "test": "mocha test" diff --git a/wrappers/qooxdoo/mustache.js.pre b/wrappers/qooxdoo/mustache.js.pre index 22aca98..d4719c9 100644 --- a/wrappers/qooxdoo/mustache.js.pre +++ b/wrappers/qooxdoo/mustache.js.pre @@ -19,7 +19,7 @@ This class contains code based on the following work: - * Mustache.js version 0.7.2 + * Mustache.js version 0.7.3 Code: https://github.com/janl/mustache.js