From 752a742b5aaaa25d7afb83631d5400ccacf58b66 Mon Sep 17 00:00:00 2001 From: Sahab Yazdani Date: Mon, 10 Oct 2011 21:03:17 -0400 Subject: [PATCH] Up version to 0.5.1 --- CHANGES.md | 4 ++++ mustache.js | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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