Skip to content

Commit d485ad4

Browse files
committed
Getting ready to push v1.4.5
1 parent 5f774a4 commit d485ad4

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,6 +1,6 @@
11
{
22
"name": "lz-string",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"main": "libs/lz-string.min.js",
55
"ignore": [
66
"bin/",

libs/lz-string.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// For more information, the home page:
77
// http://pieroxy.net/blog/pages/lz-string/testing.html
88
//
9-
// LZ-based compression algorithm, version 1.4.4
9+
// LZ-based compression algorithm, version 1.4.5
1010
var LZString = (function() {
1111

1212
// private property

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lz-string",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"license": "MIT",
55
"filename": "lz-string.js",
66
"description": "LZ-based compression algorithm",

0 commit comments

Comments
 (0)