Skip to content

Commit

Permalink
🚢 bump to version 3.2.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipj committed Dec 18, 2019
1 parent f8d7a8d commit 492d683
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion mustache.js
Expand Up @@ -651,7 +651,7 @@

var mustache = {
name: 'mustache.js',
version: '3.1.0',
version: '3.2.0-beta.0',
tags: [ '{{', '}}' ],
clearCache: undefined,
escape: undefined,
Expand Down
2 changes: 1 addition & 1 deletion mustache.js.nuspec
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>mustache.js</id>
<version>3.1.0</version>
<version>3.2.0-beta.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
2 changes: 1 addition & 1 deletion mustache.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion mustache.mjs
Expand Up @@ -644,7 +644,7 @@ Writer.prototype.rawValue = function rawValue (token) {

var mustache = {
name: 'mustache.js',
version: '3.1.0',
version: '3.2.0-beta.0',
tags: [ '{{', '}}' ],
clearCache: undefined,
escape: undefined,
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mustache",
"version": "3.1.0",
"version": "3.2.0-beta.0",
"description": "Logic-less {{mustache}} templates with JavaScript",
"author": "mustache.js Authors <http://github.com/janl/mustache.js>",
"homepage": "https://github.com/janl/mustache.js",
Expand Down

0 comments on commit 492d683

Please sign in to comment.