Skip to content

Commit

Permalink
Update to v4.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Feb 7, 2019
1 parent 078204c commit 9dc438d
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 23 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "handlebars",
"version": "4.1.0",
"version": "4.0.13",
"main": "handlebars.js",
"license": "MIT",
"dependencies": {}
Expand Down
6 changes: 3 additions & 3 deletions handlebars.amd.js

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

6 changes: 3 additions & 3 deletions handlebars.amd.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions handlebars.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**!
@license
handlebars v4.1.0
handlebars v4.0.13
Copyright (C) 2011-2017 by Yehuda Katz
Expand Down Expand Up @@ -275,7 +275,7 @@ return /******/ (function(modules) { // webpackBootstrap

var _logger2 = _interopRequireDefault(_logger);

var VERSION = '4.1.0';
var VERSION = '4.0.13';
exports.VERSION = VERSION;
var COMPILER_REVISION = 7;

Expand Down
2 changes: 1 addition & 1 deletion 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.1.0</version>
<version>4.0.13</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
4 changes: 2 additions & 2 deletions handlebars.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 9dc438d

Please sign in to comment.