summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLon Ingram <lawnsea@gmail.com>2016-11-12 12:32:45 -0600
committerLon Ingram <lawnsea@gmail.com>2016-11-12 12:32:45 -0600
commitad3037cf54132fc5f589134d3bef961a5f751973 (patch)
tree548b088d09ffa6bff580dbb03a4fbfb3fbb84d6a
parent44ce5f40aa5b6a4a9b41d92c9e4e1480b7937ae4 (diff)
downloadhandlebars.js-origin/4.x.zip
handlebars.js-origin/4.x.tar.gz
handlebars.js-origin/4.x.tar.bz2
v4.0.6 (again)v4.0.6origin/4.x
Missed some versions in the repo that needed bumping.
-rw-r--r--components/bower.json2
-rw-r--r--components/handlebars.js.nuspec2
-rw-r--r--lib/handlebars/base.js2
3 files changed, 3 insertions, 3 deletions
diff --git a/components/bower.json b/components/bower.json
index 840c772..c67efbb 100644
--- a/components/bower.json
+++ b/components/bower.json
@@ -1,6 +1,6 @@
{
"name": "handlebars",
- "version": "4.0.5",
+ "version": "4.0.6",
"main": "handlebars.js",
"license": "MIT",
"dependencies": {}
diff --git a/components/handlebars.js.nuspec b/components/handlebars.js.nuspec
index 9ede3d6..1145f05 100644
--- a/components/handlebars.js.nuspec
+++ b/components/handlebars.js.nuspec
@@ -2,7 +2,7 @@
<package>
<metadata>
<id>handlebars.js</id>
- <version>4.0.5</version>
+ <version>4.0.6</version>
<authors>handlebars.js Authors</authors>
<licenseUrl>https://github.com/wycats/handlebars.js/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/wycats/handlebars.js/</projectUrl>
diff --git a/lib/handlebars/base.js b/lib/handlebars/base.js
index 836422d..155e7ca 100644
--- a/lib/handlebars/base.js
+++ b/lib/handlebars/base.js
@@ -4,7 +4,7 @@ import {registerDefaultHelpers} from './helpers';
import {registerDefaultDecorators} from './decorators';
import logger from './logger';
-export const VERSION = '4.0.5';
+export const VERSION = '4.0.6';
export const COMPILER_REVISION = 7;
export const REVISION_CHANGES = {