Skip to content

Commit

Permalink
v4.0.6 (again)
Browse files Browse the repository at this point in the history
Missed some versions in the repo that needed bumping.
  • Loading branch information
lawnsea committed Nov 12, 2016
1 parent 44ce5f4 commit ad3037c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "handlebars",
"version": "4.0.5",
"version": "4.0.6",
"main": "handlebars.js",
"license": "MIT",
"dependencies": {}
Expand Down
2 changes: 1 addition & 1 deletion components/handlebars.js.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion lib/handlebars/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit ad3037c

Please sign in to comment.