Skip to content

Commit d7421ac

Browse files
committed
Bump version
1 parent c56f068 commit d7421ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Installation on any of these platforms is meant to be seamless, without any C/C+
4343
from GitHub:
4444

4545
```bash
46-
$ npm install "git+ssh://[email protected]/confluentinc/confluent-kafka-js.git#v0.1.5-devel"
46+
$ npm install "git+ssh://[email protected]/confluentinc/confluent-kafka-js.git#v0.1.6-devel"
4747
```
4848

4949
Yarn and pnpm support is experimental.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "confluent-kafka-js",
3-
"version": "v0.1.5-devel",
3+
"version": "v0.1.6-devel",
44
"description": "Node.js bindings for librdkafka",
55
"librdkafka": "master",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)