Skip to content

Commit

Permalink
Prepared v1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pieroxy committed Feb 15, 2015
1 parent 2de7578 commit 345b4a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lz-string",
"version": "1.3.7",
"version": "1.3.8",
"main": "libs/lz-string.min.js",
"ignore": [
"bin/",
Expand Down
2 changes: 1 addition & 1 deletion libs/lz-string.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.7
// LZ-based compression algorithm, version 1.3.8
var LZString = {


Expand Down
2 changes: 1 addition & 1 deletion libs/lz-string.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lz-string",
"version": "1.3.7",
"version": "1.3.8",
"license": "WTFPL",
"description": "LZ-based compression algorithm",
"homepage": "http://pieroxy.net/blog/pages/lz-string/index.html",
Expand Down

0 comments on commit 345b4a7

Please sign in to comment.