Skip to content

Commit e82efe1

Browse files
author
Pierre Grimaud
committed
Version 1.4.2
1 parent 83d7b59 commit e82efe1

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.1",
3+
"version": "1.4.2",
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.1
9+
// LZ-based compression algorithm, version 1.4.2
1010
var LZString = {
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.1",
3+
"version": "1.4.2",
44
"license": "WTFPL",
55
"description": "LZ-based compression algorithm",
66
"homepage": "http://pieroxy.net/blog/pages/lz-string/index.html",

0 commit comments

Comments
 (0)