Skip to content

Commit 82c5fc0

Browse files
Boost version number.
1 parent 1ebbb7e commit 82c5fc0

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# mustache.js Changes
22

3+
## 0.5.2-vcs
4+
5+
* Fixed a scoping bug (thanks gjslick)
6+
* Added Mustache.format function (similar to String.format from C#)
7+
38
## 0.5.1-vcs
49

510
* Added Dot Notation Support

mustache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ var Mustache = (function(undefined) {
626626

627627
return({
628628
name: "mustache.js",
629-
version: "0.5.1-vcs",
629+
version: "0.5.2-vcs",
630630

631631
/*
632632
Turns a template into a JS function

mustache.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)