Skip to content

Commit

Permalink
Version 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Grimaud committed Mar 25, 2015
1 parent 83d7b59 commit e82efe1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.4.1",
"version": "1.4.2",
"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.4.1
// LZ-based compression algorithm, version 1.4.2
var LZString = {

// private property
Expand Down
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.4.1",
"version": "1.4.2",
"license": "WTFPL",
"description": "LZ-based compression algorithm",
"homepage": "http://pieroxy.net/blog/pages/lz-string/index.html",
Expand Down

0 comments on commit e82efe1

Please sign in to comment.