Skip to content

Commit

Permalink
Version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Sep 10, 2012
1 parent afc6e0f commit 8b19e0e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= HEAD
= 0.7.0 / 10 Sep 2012

* Rename Renderer => Writer.
* Allow partials to be loaded dynamically using a callback (thanks @TiddoLangerak
Expand Down
2 changes: 1 addition & 1 deletion mustache.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var Mustache;
var exports = {};

exports.name = "mustache.js";
exports.version = "0.6.0";
exports.version = "0.7.0";
exports.tags = ["{{", "}}"];

exports.Scanner = Scanner;
Expand Down
2 changes: 1 addition & 1 deletion mustache.js.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>mustache.js</id>
<version>0.6.0</version>
<version>0.7.0</version>
<authors>mustache.js Authors</authors>
<licenseUrl>https://github.com/janl/mustache.js/blob/master/LICENSE</licenseUrl>
<projectUrl>http://mustache.github.com/</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mustache",
"version": "0.6.0",
"version": "0.7.0",
"description": "Logic-less {{mustache}} templates with JavaScript",
"author": "mustache.js Authors <http://github.com/janl/mustache.js>",
"keywords": ["mustache", "template", "templates", "ejs"],
Expand All @@ -9,7 +9,7 @@
"vows": "0.6.x"
},
"volo": {
"url": "https://raw.github.com/janl/mustache.js/0.6.0/mustache.js"
"url": "https://raw.github.com/janl/mustache.js/0.7.0/mustache.js"
},
"scripts": {
"test": "vows --spec"
Expand Down

0 comments on commit 8b19e0e

Please sign in to comment.