Skip to content

Commit 4258a2e

Browse files
authored
Bump up version to 1.3.1-rc1 (#324)
* Bump version * Remove dev from version
1 parent 2e7774c commit 4258a2e

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ For guidelines on contributing please see [CONTRIBUTING.md](CONTRIBUTING.md)
113113
| 1.0.0 | 2.6.1 |
114114
| 1.2.0 | 2.8.0 |
115115
| 1.3.0 | 2.10.0 |
116+
| 1.3.1 | 2.10.0 |
116117

117118
This mapping is applicable if you're using a pre-built binary. Otherwise, you can check the librdkafka version with the following command:
118119

lib/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ util.dictToStringList = function (mapOrObject) {
5252
return list;
5353
};
5454

55-
util.bindingVersion = '1.3.0';
55+
util.bindingVersion = '1.3.1-rc1';

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@confluentinc/kafka-javascript",
3-
"version": "1.3.0",
3+
"version": "1.3.1-rc1",
44
"description": "Node.js bindings for librdkafka",
55
"librdkafka": "2.10.0",
66
"librdkafka_win": "2.10.0",

0 commit comments

Comments
 (0)