From 6d1954cb5c125c40548c9952efe79a4534c6760a Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Wed, 1 Aug 2012 22:55:57 -0700 Subject: [PATCH] Version 0.5.2 --- mustache.js | 2 +- mustache.js.nuspec | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mustache.js b/mustache.js index d0f7503..4286635 100644 --- a/mustache.js +++ b/mustache.js @@ -19,7 +19,7 @@ var Mustache; var exports = {}; exports.name = "mustache.js"; - exports.version = "0.5.1-dev"; + exports.version = "0.5.2"; exports.tags = ["{{", "}}"]; exports.parse = parse; diff --git a/mustache.js.nuspec b/mustache.js.nuspec index 7eb14ac..67c8042 100644 --- a/mustache.js.nuspec +++ b/mustache.js.nuspec @@ -2,7 +2,7 @@ mustache.js - 0.5.1-dev + 0.5.2 mustache.js Authors https://github.com/janl/mustache.js/blob/master/LICENSE http://mustache.github.com/ diff --git a/package.json b/package.json index 0de2b51..59310f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mustache", - "version": "0.5.1-dev", + "version": "0.5.2", "description": "Logic-less {{mustache}} templates with JavaScript", "author": "mustache.js Authors ", "keywords": ["mustache", "template", "templates", "ejs"],