Skip to content

Commit 99b5d22

Browse files
committed
bump version to 4.2.5
1 parent d38f459 commit 99b5d22

7 files changed

Lines changed: 47 additions & 47 deletions

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "html5-history-api",
33
"repo": "devote/HTML5-History-API",
44
"description": "HTML5 History API expansion for browsers not supporting pushState, replaceState",
5-
"version": "4.2.4",
5+
"version": "4.2.5",
66
"keywords": ["history", "pushState", "replaceState"],
77
"main": "history.js",
88
"scripts": ["history.js"],

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html5-history-api",
3-
"version": "4.2.4",
3+
"version": "4.2.5",
44
"description": "HTML5 History API expansion for browsers not supporting pushState, replaceState",
55
"main": "history.js",
66
"scripts": ["history.js"],

history.ielte7.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* History API JavaScript Library v4.2.4
2+
* History API JavaScript Library v4.2.5
33
*
44
* Support: IE6+, FF3+, Opera 9+, Safari, Chrome and other
55
*
@@ -11,7 +11,7 @@
1111
* http://www.opensource.org/licenses/mit-license.php
1212
* http://www.gnu.org/licenses/gpl.html
1313
*
14-
* Update: 2015-10-16 22:16
14+
* Update: 2015-12-22 14:26
1515
*/
1616
(function(factory) {
1717
if (typeof define === 'function' && define['amd']) {

history.ielte7.min.js

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

history.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* History API JavaScript Library v4.2.4
2+
* History API JavaScript Library v4.2.5
33
*
44
* Support: IE8+, FF3+, Opera 9+, Safari, Chrome and other
55
*
@@ -11,7 +11,7 @@
1111
* http://www.opensource.org/licenses/mit-license.php
1212
* http://www.gnu.org/licenses/gpl.html
1313
*
14-
* Update: 2015-10-16 22:16
14+
* Update: 2015-12-22 14:26
1515
*/
1616
(function(factory) {
1717
if (typeof define === 'function' && define['amd']) {

history.min.js

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"*.js"
88
]
99
}],
10-
"version": "4.2.4",
10+
"version": "4.2.5",
1111
"description": "HTML5 History API expansion for browsers not supporting pushState, replaceState",
1212
"main": "history.js",
1313
"repository": {

0 commit comments

Comments
 (0)