From d48a15dce5312cc8d4fef5ea86bbfa395ba5998f Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Fri, 24 Feb 2012 11:26:12 +0100 Subject: [PATCH] Released 0.5.2 --- mustache.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mustache.js b/mustache.js index 641cebd..ec8da10 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 = "0.5.0-dev"; + exports.version = "0.5.2"; exports.tags = ["{{", "}}"]; exports.parse = parse; exports.compile = compile;