Skip to content

Commit 02f6b0f

Browse files
authored
Merge pull request #179 from DavidVujic/master
fix: could not publish 4.1.0. Bumped version
2 parents 6bc4cdb + b71fef6 commit 02f6b0f

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)