Skip to content

Commit

Permalink
Getting ready to push v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pieroxy committed Mar 1, 2023
1 parent 5f774a4 commit d485ad4
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.4",
"version": "1.4.5",
"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.4
// LZ-based compression algorithm, version 1.4.5
var LZString = (function() {

// 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.4",
"version": "1.4.5",
"license": "MIT",
"filename": "lz-string.js",
"description": "LZ-based compression algorithm",
Expand Down

0 comments on commit d485ad4

Please sign in to comment.