diff --git a/CHANGES.md b/CHANGES.md index c3e69da..60be170 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # mustache.js Changes -## 0.3.0 (??-??-????) +## 0.3.0 (21-07-2010) * Improved whitespace handling. * Make IMPLICIT ITERATORS a first class feature. diff --git a/mustache.js b/mustache.js index f3531e7..0996227 100644 --- a/mustache.js +++ b/mustache.js @@ -305,7 +305,7 @@ var Mustache = function() { return({ name: "mustache.js", - version: "0.3.0-dev", + version: "0.3.0", /* Turns a template and view into HTML