Skip to content

Commit

Permalink
Version 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Dec 27, 2012
1 parent 9075d25 commit 740fd72
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion mustache.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion mustache.js.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>mustache.js</id>
<version>0.7.1</version>
<version>0.7.2</version>
<authors>mustache.js Authors</authors>
<licenseUrl>https://github.com/janl/mustache.js/blob/master/LICENSE</licenseUrl>
<projectUrl>http://mustache.github.com/</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <http://github.com/janl/mustache.js>",
"keywords": ["mustache", "template", "templates", "ejs"],
Expand All @@ -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"
Expand Down

0 comments on commit 740fd72

Please sign in to comment.