Skip to content

Commit 6c6c8b9

Browse files
committed
Set version to 1.8.0
1 parent dab9dba commit 6c6c8b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "history.js",
3-
"version": "1.8.1"
3+
"version": "1.8.0"
44
}

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "history.js",
3-
"version": "1.8.1"
3+
"version": "1.8.0"
44
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "history.js",
3-
"version": "1.8.1",
3+
"version": "1.8.0",
44
"description": "History.js gracefully supports the HTML5 History/State APIs (pushState, replaceState, onPopState) in all browsers. Including continued support for data, titles, replaceState. Supports jQuery, MooTools and Prototype. For HTML5 browsers this means that you can modify the URL directly, without needing to use hashes anymore. For HTML4 browsers it will revert back to using the old onhashchange functionality.",
55
"homepage": "https://github.com/browserstate/history.js",
66
"keywords": [

0 commit comments

Comments
 (0)