Skip to content

Commit

Permalink
Merge branch 'release/0.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuta Imaya committed Feb 21, 2014
2 parents 1bf05f2 + 71f93ab commit b99bd33
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Change Log


## 0.1.9: 2014/02/21
## 0.1.9, 0.2.0: 2014/02/21

https://github.com/imaya/zlib.js/compare/0.1.8...0.1.9
https://github.com/imaya/zlib.js/compare/0.1.8...0.2.0


## decompression
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"name": "zlibjs",
"description": "zlib, gzip and zip implementation in JavaScript",
"version": "0.1.9",
"version": "0.2.0",
"main": "./bin/node-zlib.js",
"homepage": "https://github.com/imaya/zlib.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion zlib.js.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>zlib.js</id>
<version>0.1.9</version>
<version>0.2.0</version>
<title>zlib.js</title>
<authors>imaya</authors>
<owners>imaya</owners>
Expand Down

0 comments on commit b99bd33

Please sign in to comment.