Skip to content

Commit 164c7ce

Browse files
committed
v4.2.0
1 parent 6ab48d8 commit 164c7ce

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

components/bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "handlebars",
3-
"version": "4.1.2-0",
3+
"version": "4.2.0",
44
"main": "handlebars.js",
55
"license": "MIT",
66
"dependencies": {}

components/handlebars.js.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>handlebars.js</id>
5-
<version>4.1.2-0</version>
5+
<version>4.2.0</version>
66
<authors>handlebars.js Authors</authors>
77
<licenseUrl>https://github.com/wycats/handlebars.js/blob/master/LICENSE</licenseUrl>
88
<projectUrl>https://github.com/wycats/handlebars.js/</projectUrl>

components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "handlebars",
3-
"version": "4.1.2-0",
3+
"version": "4.2.0",
44
"license": "MIT",
55
"jspm": {
66
"main": "handlebars",

lib/handlebars/base.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {registerDefaultHelpers} from './helpers';
44
import {registerDefaultDecorators} from './decorators';
55
import logger from './logger';
66

7-
export const VERSION = '4.1.2-0';
7+
export const VERSION = '4.2.0';
88
export const COMPILER_REVISION = 7;
99

1010
export const REVISION_CHANGES = {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "handlebars",
33
"barename": "handlebars",
4-
"version": "4.1.2-0",
4+
"version": "4.2.0",
55
"description": "Handlebars provides the power necessary to let you build semantic templates effectively with no frustration",
66
"homepage": "http://www.handlebarsjs.com/",
77
"keywords": [

0 commit comments

Comments
 (0)