0.1.1 released

This commit is contained in:
Vitaly Puzrin 2014-03-20 06:30:27 +04:00
parent 59897860ae
commit bb43bec724
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
0.1.1 / 2014-03-20
-------------------
- Bugfixes for inflate/deflate.
0.1.0 / 2014-03-15 0.1.0 / 2014-03-15
------------------- -------------------

View file

@ -1,7 +1,7 @@
{ {
"name" : "pako", "name" : "pako",
"description" : "zlib port to javascript - fast, modularized, with browser support", "description" : "zlib port to javascript - fast, modularized, with browser support",
"version" : "0.1.0", "version" : "0.1.1",
"keywords" : [ "zlib", "deflate", "inflate", "gzip" ], "keywords" : [ "zlib", "deflate", "inflate", "gzip" ],
"homepage" : "https://github.com/nodeca/pako", "homepage" : "https://github.com/nodeca/pako",