From c021674d0a8a19390505c1f0e4c972d0165af265 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Fri, 24 Feb 2012 11:51:24 +0100 Subject: [PATCH] Released 0.5.12 --- mustache.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mustache.js b/mustache.js index 0a26887..4d05f76 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.11"; + exports.version = "0.5.12"; exports.tags = ["{{", "}}"]; exports.parse = parse; exports.compile = compile;