From d91bba66bf7200dc1d9ced974c46a153b37d5de1 Mon Sep 17 00:00:00 2001 From: Pierre Grimaud Date: Mon, 23 Mar 2015 11:04:51 +0100 Subject: [PATCH] Version 1.4.1 --- bower.json | 2 +- libs/base64-string.js | 2 +- libs/lz-string.js | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 83d15c6..0d37b36 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "lz-string", - "version": "1.4.0", + "version": "1.4.1", "main": "libs/lz-string.min.js", "ignore": [ "bin/", diff --git a/libs/base64-string.js b/libs/base64-string.js index 1b6752f..4bb19aa 100644 --- a/libs/base64-string.js +++ b/libs/base64-string.js @@ -8,7 +8,7 @@ // http://pieroxy.net/blog/pages/lz-string/index.html // // Base64 compression / decompression for already compressed content (gif, png, jpg, mp3, ...) -// version 1.1.0 +// version 1.4.1 var Base64String = { compressToUTF16 : function (input) { diff --git a/libs/lz-string.js b/libs/lz-string.js index 32e6cb3..83044a6 100644 --- a/libs/lz-string.js +++ b/libs/lz-string.js @@ -6,7 +6,7 @@ // For more information, the home page: // http://pieroxy.net/blog/pages/lz-string/testing.html // -// LZ-based compression algorithm, version 1.4.0-alpha +// LZ-based compression algorithm, version 1.4.1 var LZString = { // private property diff --git a/package.json b/package.json index e8cc5eb..3909143 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lz-string", - "version": "1.4.0", + "version": "1.4.1", "license": "WTFPL", "description": "LZ-based compression algorithm", "homepage": "http://pieroxy.net/blog/pages/lz-string/index.html",