Skip to content

Commit 90cc5f0

Browse files
committed
Release 0.4.2
1 parent d881e65 commit 90cc5f0

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ templated_build "qooxdoo"
5656
task :minify do
5757
# npm install uglify-js
5858
mmjs = "mustache.min.js"
59-
`echo "/*! Version: 0.4.2-dev */" > #{mmjs}`
59+
`echo "/*! Version: 0.4.2 */" > #{mmjs}`
6060
`uglifyjs mustache.js >> #{mmjs}`
6161
puts "Created #{mmjs}"
6262
end

mustache.js

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

418418
return({
419419
name: "mustache.js",
420-
version: "0.4.2-dev",
420+
version: "0.4.2",
421421

422422
/*
423423
Turns a template and view into HTML

mustache.js.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>mustache.js</id>
5-
<version>0.4.2-dev</version>
5+
<version>0.4.2</version>
66
<authors>mustache.js Authors</authors>
77
<licenseUrl>https://github.com/janl/mustache.js/blob/master/LICENSE</licenseUrl>
88
<projectUrl>http://mustache.github.com/</projectUrl>

mustache.min.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wrappers/qooxdoo/qooxdoo.mustache.js.tpl.pre

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

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

22-
* Mustache.js version 0.4.2-dev
22+
* Mustache.js version 0.4.2
2323

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

0 commit comments

Comments
 (0)