Skip to content

Commit 345b4a7

Browse files
committed
Prepared v1.3.8
1 parent 2de7578 commit 345b4a7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lz-string",
3-
"version": "1.3.7",
3+
"version": "1.3.8",
44
"main": "libs/lz-string.min.js",
55
"ignore": [
66
"bin/",

libs/lz-string.js

+1-1
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.3.7
9+
// LZ-based compression algorithm, version 1.3.8
1010
var LZString = {
1111

1212

libs/lz-string.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lz-string",
3-
"version": "1.3.7",
3+
"version": "1.3.8",
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)