Skip to content

Commit 740fd72

Browse files
committed
Version 0.7.2
1 parent 9075d25 commit 740fd72

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
= HEAD
1+
= 0.7.2 / 27 Dec 2012
22

3+
* Fixed a rendering bug (#274) when using nested higher-order sections.
34
* Converted tests to use mocha instead of vows.
4-
* Fixed a rendering bug when using nested higher-order sections.
55

66
= 0.7.1 / 6 Dec 2012
77

mustache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
var exports = {};
1919

2020
exports.name = "mustache.js";
21-
exports.version = "0.7.1";
21+
exports.version = "0.7.2";
2222
exports.tags = ["{{", "}}"];
2323

2424
exports.Scanner = Scanner;

mustache.js.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>mustache.js</id>
5-
<version>0.7.1</version>
5+
<version>0.7.2</version>
66
<authors>mustache.js Authors</authors>
77
<licenseUrl>https://github.com/janl/mustache.js/blob/master/LICENSE</licenseUrl>
88
<projectUrl>http://mustache.github.com/</projectUrl>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mustache",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "Logic-less {{mustache}} templates with JavaScript",
55
"author": "mustache.js Authors <http://github.com/janl/mustache.js>",
66
"keywords": ["mustache", "template", "templates", "ejs"],
@@ -9,7 +9,7 @@
99
"mocha": "1.5.0"
1010
},
1111
"volo": {
12-
"url": "https://raw.github.com/janl/mustache.js/0.7.1/mustache.js"
12+
"url": "https://raw.github.com/janl/mustache.js/0.7.2/mustache.js"
1313
},
1414
"scripts": {
1515
"test": "mocha test"

0 commit comments

Comments
 (0)