We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d7b59 commit e82efe1Copy full SHA for e82efe1
bower.json
@@ -1,6 +1,6 @@
1
{
2
"name": "lz-string",
3
- "version": "1.4.1",
+ "version": "1.4.2",
4
"main": "libs/lz-string.min.js",
5
"ignore": [
6
"bin/",
libs/lz-string.js
@@ -6,7 +6,7 @@
// For more information, the home page:
7
// http://pieroxy.net/blog/pages/lz-string/testing.html
8
//
9
-// LZ-based compression algorithm, version 1.4.1
+// LZ-based compression algorithm, version 1.4.2
10
var LZString = {
11
12
// private property
package.json
"license": "WTFPL",
"description": "LZ-based compression algorithm",
"homepage": "http://pieroxy.net/blog/pages/lz-string/index.html",
0 commit comments