Skip to content

Commit

Permalink
Released 0.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
janl committed Feb 24, 2012
1 parent eeae3fb commit 587baf1
Showing 1 changed file with 1 addition and 1 deletion.
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 = "%version%";
exports.version = "0.5.14";
exports.tags = ["{{", "}}"];
exports.parse = parse;
exports.compile = compile;
Expand Down

0 comments on commit 587baf1

Please sign in to comment.