Skip to content

Commit b99bd33

Browse files
author
Yuta Imaya
committed
Merge branch 'release/0.2.0'
2 parents 1bf05f2 + 71f93ab commit b99bd33

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎ChangeLog.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Change Log
33

44

5-
## 0.1.9: 2014/02/21
5+
## 0.1.9, 0.2.0: 2014/02/21
66

7-
https://github.com/imaya/zlib.js/compare/0.1.8...0.1.9
7+
https://github.com/imaya/zlib.js/compare/0.1.8...0.2.0
88

99

1010
## decompression

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"name": "zlibjs",
1010
"description": "zlib, gzip and zip implementation in JavaScript",
11-
"version": "0.1.9",
11+
"version": "0.2.0",
1212
"main": "./bin/node-zlib.js",
1313
"homepage": "https://github.com/imaya/zlib.js",
1414
"repository": {

‎zlib.js.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>zlib.js</id>
5-
<version>0.1.9</version>
5+
<version>0.2.0</version>
66
<title>zlib.js</title>
77
<authors>imaya</authors>
88
<owners>imaya</owners>

0 commit comments

Comments
 (0)