Skip to content

Commit d91bba6

Browse files
author
Pierre Grimaud
committed
Version 1.4.1
1 parent f05bbf7 commit d91bba6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.0",
3+
"version": "1.4.1",
44
"main": "libs/lz-string.min.js",
55
"ignore": [
66
"bin/",

libs/base64-string.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// http://pieroxy.net/blog/pages/lz-string/index.html
99
//
1010
// Base64 compression / decompression for already compressed content (gif, png, jpg, mp3, ...)
11-
// version 1.1.0
11+
// version 1.4.1
1212
var Base64String = {
1313

1414
compressToUTF16 : function (input) {

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.0-alpha
9+
// LZ-based compression algorithm, version 1.4.1
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.0",
3+
"version": "1.4.1",
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)