Skip to content

Commit

Permalink
Version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Grimaud committed Mar 23, 2015
1 parent f05bbf7 commit d91bba6
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.4.0",
"version": "1.4.1",
"main": "libs/lz-string.min.js",
"ignore": [
"bin/",
Expand Down
2 changes: 1 addition & 1 deletion libs/base64-string.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// http://pieroxy.net/blog/pages/lz-string/index.html
//
// Base64 compression / decompression for already compressed content (gif, png, jpg, mp3, ...)
// version 1.1.0
// version 1.4.1
var Base64String = {

compressToUTF16 : function (input) {
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.0-alpha
// LZ-based compression algorithm, version 1.4.1
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.0",
"version": "1.4.1",
"license": "WTFPL",
"description": "LZ-based compression algorithm",
"homepage": "http://pieroxy.net/blog/pages/lz-string/index.html",
Expand Down

0 comments on commit d91bba6

Please sign in to comment.