Browse Source

0.4.x is now 0.4.2-dev

tags/0.4.2
Jan Lehnardt 14 years ago
parent
commit
ce37e837e6
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      mustache.js
  2. +1
    -1
      mustache.js.nuspec
  3. +1
    -1
      wrappers/qooxdoo/qooxdoo.mustache.js.tpl.pre

+ 1
- 1
mustache.js View File

@@ -417,7 +417,7 @@ var Mustache = function () {


return({ return({
name: "mustache.js", name: "mustache.js",
version: "0.4.1",
version: "0.4.2-dev",


/* /*
Turns a template and view into HTML Turns a template and view into HTML


+ 1
- 1
mustache.js.nuspec View File

@@ -2,7 +2,7 @@
<package > <package >
<metadata> <metadata>
<id>mustache.js</id> <id>mustache.js</id>
<version>0.4.1</version>
<version>0.4.2-dev</version>
<authors>mustache.js Authors</authors> <authors>mustache.js Authors</authors>
<licenseUrl>https://github.com/janl/mustache.js/blob/master/LICENSE</licenseUrl> <licenseUrl>https://github.com/janl/mustache.js/blob/master/LICENSE</licenseUrl>
<projectUrl>http://mustache.github.com/</projectUrl> <projectUrl>http://mustache.github.com/</projectUrl>


+ 1
- 1
wrappers/qooxdoo/qooxdoo.mustache.js.tpl.pre View File

@@ -19,7 +19,7 @@


This class contains code based on the following work: This class contains code based on the following work:


* Mustache.js version 0.4.1
* Mustache.js version 0.4.2-dev


Code: Code:
https://github.com/janl/mustache.js https://github.com/janl/mustache.js


Loading…
Cancel
Save