Skip to content

Commit 3bc0543

Browse files
committed
⬆️ 2.6.1 🎉
1 parent 8c83919 commit 3bc0543

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ const Url = module.exports = {
323323
this._updateAll(window.location.pathname + window.location.hash, push || false, trigger || false);
324324
}
325325

326-
, version: "2.6.0"
326+
, version: "2.6.1"
327327
};
328328

329329
Url.current_location = Url.getLocation(true)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "urljs",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"description": "A lightweight JavaScript library to manipulate the page url.",
55
"main": "lib/index.js",
66
"directories": {
@@ -89,4 +89,4 @@
8989
}
9090
]
9191
}
92-
}
92+
}

0 commit comments

Comments
 (0)