Skip to content

Commit

Permalink
Version 0.5.1-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Jun 4, 2012
1 parent c6aef7e commit 3355e17
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mustache.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var Mustache = (typeof module !== "undefined" && module.exports) || {};
(function (exports) {

exports.name = "mustache.js";
exports.version = "0.5.0-dev";
exports.version = "0.5.1-dev";
exports.tags = ["{{", "}}"];

exports.parse = parse;
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.5.0-dev</version>
<version>0.5.1-dev</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
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "mustache",
"version": "0.5.0-dev",
"version": "0.5.1-dev",
"description": "Logic-less {{mustache}} templates with JavaScript",
"author": "mustache.js Authors <http://github.com/janl/mustache.js>",
"keywords": ["mustache", "template", "templates", "ejs"],
"main": "./mustache",
"devDependencies": {
"vows": "0.6.x"
"vows": "0.6.x",
"uglify-js": "1.3.0"
}
}
2 changes: 1 addition & 1 deletion wrappers/qooxdoo/mustache.js.pre
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

This class contains code based on the following work:

* Mustache.js version 0.5.0-dev
* Mustache.js version 0.5.1-dev

Code:
https://github.com/janl/mustache.js
Expand Down

0 comments on commit 3355e17

Please sign in to comment.