Skip to content

Commit 6d1954c

Browse files
committed
Version 0.5.2
1 parent a160c16 commit 6d1954c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mustache.js

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

2121
exports.name = "mustache.js";
22-
exports.version = "0.5.1-dev";
22+
exports.version = "0.5.2";
2323
exports.tags = ["{{", "}}"];
2424

2525
exports.parse = parse;

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.5.1-dev</version>
5+
<version>0.5.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mustache",
3-
"version": "0.5.1-dev",
3+
"version": "0.5.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"],

0 commit comments

Comments
 (0)