Skip to content

Commit

Permalink
v4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Jan 13, 2020
1 parent f0c6c4c commit 586e672
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/bower.json
@@ -1,6 +1,6 @@
{
"name": "handlebars",
"version": "4.7.1",
"version": "4.7.2",
"main": "handlebars.js",
"license": "MIT",
"dependencies": {}
Expand Down
2 changes: 1 addition & 1 deletion components/handlebars.js.nuspec
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>handlebars.js</id>
<version>4.7.1</version>
<version>4.7.2</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 components/package.json
@@ -1,6 +1,6 @@
{
"name": "handlebars",
"version": "4.7.1",
"version": "4.7.2",
"license": "MIT",
"jspm": {
"main": "handlebars",
Expand Down
2 changes: 1 addition & 1 deletion lib/handlebars/base.js
Expand Up @@ -5,7 +5,7 @@ import { registerDefaultDecorators } from './decorators';
import logger from './logger';
import { resetLoggedProperties } from './internal/proto-access';

export const VERSION = '4.7.1';
export const VERSION = '4.7.2';
export const COMPILER_REVISION = 8;
export const LAST_COMPATIBLE_COMPILER_REVISION = 7;

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "handlebars",
"barename": "handlebars",
"version": "4.7.1",
"version": "4.7.2",
"description": "Handlebars provides the power necessary to let you build semantic templates effectively with no frustration",
"homepage": "http://www.handlebarsjs.com/",
"keywords": [
Expand Down

0 comments on commit 586e672

Please sign in to comment.