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 5f774a4 commit d485ad4Copy full SHA for d485ad4
bower.json
@@ -1,6 +1,6 @@
1
{
2
"name": "lz-string",
3
- "version": "1.4.4",
+ "version": "1.4.5",
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.4
+// LZ-based compression algorithm, version 1.4.5
10
var LZString = (function() {
11
12
// private property
package.json
"license": "MIT",
"filename": "lz-string.js",
"description": "LZ-based compression algorithm",
0 commit comments