Skip to content

Commit 3355e17

Browse files
committed
Version 0.5.1-dev
1 parent c6aef7e commit 3355e17

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

mustache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var Mustache = (typeof module !== "undefined" && module.exports) || {};
77
(function (exports) {
88

99
exports.name = "mustache.js";
10-
exports.version = "0.5.0-dev";
10+
exports.version = "0.5.1-dev";
1111
exports.tags = ["{{", "}}"];
1212

1313
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.0-dev</version>
5+
<version>0.5.1-dev</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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "mustache",
3-
"version": "0.5.0-dev",
3+
"version": "0.5.1-dev",
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"],
77
"main": "./mustache",
88
"devDependencies": {
9-
"vows": "0.6.x"
9+
"vows": "0.6.x",
10+
"uglify-js": "1.3.0"
1011
}
1112
}

wrappers/qooxdoo/mustache.js.pre

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
This class contains code based on the following work:
2121

22-
* Mustache.js version 0.5.0-dev
22+
* Mustache.js version 0.5.1-dev
2323

2424
Code:
2525
https://github.com/janl/mustache.js

0 commit comments

Comments
 (0)