Skip to content

Commit b71fef6

Browse files
committed
fix: could not publish 4.1.0. Bumped version
1 parent 0d93033 commit b71fef6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#### v 4.1.0 (2019-06-18) ####
1+
#### v 4.1.1 (2019-06-18) ####
22
* feat: handle ZNOTHING return code from the ZooKeeper C library
33
* fix: README typos
44
* chore: added example code in the examples folder - master, workers and tasks

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zookeeper",
33
"description": "apache zookeeper client (zookeeper async API >= 3.4.0)",
4-
"version": "4.1.0",
4+
"version": "4.1.1",
55
"author": "Yuri Finkelstein <[email protected]>",
66
"license": "MIT",
77
"contributors": [

0 commit comments

Comments
 (0)