Skip to content

Commit 42516e5

Browse files
authored
Update to v1.0.0-rc1 (#213)
* Update version to 1.0.0-rc1-dev * Update version to 1.0.0-rc1
1 parent e516d31 commit 42516e5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

lib/util.js

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

55-
util.bindingVersion = '0.5.2';
55+
util.bindingVersion = '1.0.0-rc1';

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@confluentinc/kafka-javascript",
3-
"version": "0.5.2",
3+
"version": "1.0.0-rc1",
44
"description": "Node.js bindings for librdkafka",
55
"librdkafka": "2.6.1",
66
"librdkafka_win": "2.6.1",

schemaregistry/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@confluentinc/schemaregistry",
3-
"version": "0.6.1",
3+
"version": "1.0.0-rc1",
44
"description": "Node.js client for Confluent Schema Registry",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)