Skip to content

Commit

Permalink
v0.3.0-RC2 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
emasab authored Oct 18, 2024
1 parent 2db6db1 commit dab7048
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ util.dictToStringList = function (mapOrObject) {
return list;
};

util.bindingVersion = '0.3.0-RC1';
util.bindingVersion = '0.3.0-RC2';
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@confluentinc/kafka-javascript",
"version": "0.3.0",
"version": "0.3.0-RC2",
"description": "Node.js bindings for librdkafka",
"librdkafka": "2.6.0",
"librdkafka_win": "2.6.0",
Expand Down
2 changes: 1 addition & 1 deletion schemaregistry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@confluentinc/schemaregistry",
"version": "0.3.0",
"version": "0.3.0-RC2",
"description": "Node.js client for Confluent Schema Registry",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit dab7048

Please sign in to comment.