diff --git a/CHANGES.md b/CHANGES.md index bc4ec6f..b405cd3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # mustache.js Changes +## 0.5.1-vsc + +* Added Dot Notation Support + ## 0.5.0-vcs * Added Compiled Template support diff --git a/mustache.js b/mustache.js index 1b79cd5..efd1a14 100644 --- a/mustache.js +++ b/mustache.js @@ -626,7 +626,7 @@ var Mustache = (function(undefined) { return({ name: "mustache.js", - version: "0.5.0-vcs", + version: "0.5.1-vcs", /* Turns a template and view into HTML