From 70fdf9f2a010db6b0fdb9d2a9fcb2286d417e048 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Thu, 11 Feb 2010 17:42:47 -0800 Subject: [PATCH] roll 0.2.2 --- CHANGES.md | 2 +- mustache.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 3437446..543cedb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # mustache.js Changes -## 0.2 (??-??-????) +## 0.2.2 (11-02-2010) * ctemplate compat: Partials are indicated by >, not <. * Add support for {{%PRAGMA}} to enable features. diff --git a/mustache.js b/mustache.js index 649f373..122354b 100644 --- a/mustache.js +++ b/mustache.js @@ -278,7 +278,7 @@ var Mustache = function() { return({ name: "mustache.js", - version: "0.2a", + version: "0.2.2", /* Turns a template and view into HTML