From 587baf127fa900939040acc308122f450c59c76a Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Fri, 24 Feb 2012 11:54:08 +0100 Subject: [PATCH] Released 0.5.14 --- mustache.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mustache.js b/mustache.js index 53628ec..99b365e 100644 --- a/mustache.js +++ b/mustache.js @@ -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;