diff --git a/CHANGES.md b/CHANGES.md index 01d3044..31e535a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,6 +7,7 @@ * Parse pragmas only once. * Throw exception when encountering an unknown pragma. * Ignore undefined partial contexts. Returns verbatim partials. +* Added yui3 packaging. ## 0.2.2 (11-02-2010) diff --git a/mustache.js b/mustache.js index eab1a9f..c1eccfd 100644 --- a/mustache.js +++ b/mustache.js @@ -282,7 +282,7 @@ var Mustache = function() { return({ name: "mustache.js", - version: "0.2.3-dev", + version: "0.2.3", /* Turns a template and view into HTML diff --git a/package.json b/package.json index 8ba2db4..54a86f9 100644 --- a/package.json +++ b/package.json @@ -2,5 +2,6 @@ "name": "mustache", "author": "Jan Lehnardt", "description": "{{mustaches}} in JavaScript — shameless port from @defunkt", - "keywords": ["template"] + "keywords": ["template"], + "version": "0.2.3" }