Skip to content

Commit 17510f0

Browse files
committed
🚢 bump to version 3.0.0
1 parent f452acb commit 17510f0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

mustache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@
617617
};
618618

619619
mustache.name = 'mustache.js';
620-
mustache.version = '2.3.2';
620+
mustache.version = '3.0.0';
621621
mustache.tags = [ '{{', '}}' ];
622622

623623
// All high-level mustache.* functions use this writer.

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>2.3.2</version>
5+
<version>3.0.0</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: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mustache",
3-
"version": "2.3.2",
3+
"version": "3.0.0",
44
"description": "Logic-less {{mustache}} templates with JavaScript",
55
"author": "mustache.js Authors <http://github.com/janl/mustache.js>",
66
"homepage": "https://github.com/janl/mustache.js",

0 commit comments

Comments
 (0)