From 43ed5e6898cb44f94e85430d57e2a804d1de0df4 Mon Sep 17 00:00:00 2001 From: Luis Moreno Date: Mon, 29 May 2023 12:24:46 -0400 Subject: [PATCH] update version --- README.md | 6 +++--- crates/sql-sink/Connector.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2fbc733..fb673c9 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ in the config. If a SmartModule requires configuration, it is passed via `with` ```yaml apiVersion: 0.1.0 meta: - version: 0.2.1 + version: 0.2.2 name: my-sql-connector type: sql-sink topic: sql-topic @@ -62,7 +62,7 @@ The connector can use secrets in order to hide sensitive information. ```yaml apiVersion: 0.1.0 meta: - version: 0.2.1 + version: 0.2.2 name: my-sql-connector type: sql-sink topic: sql-topic @@ -95,7 +95,7 @@ Connector configuration file: # connector-config.yaml apiVersion: 0.1.0 meta: - version: 0.2.1 + version: 0.2.2 name: json-sql-connector type: sql-sink topic: sql-topic diff --git a/crates/sql-sink/Connector.toml b/crates/sql-sink/Connector.toml index 3ca2b3a..97f5a4b 100644 --- a/crates/sql-sink/Connector.toml +++ b/crates/sql-sink/Connector.toml @@ -1,9 +1,9 @@ [package] name = "sql-sink" group = "infinyon" -version = "0.2.1" +version = "0.2.2" apiVersion = "0.1.0" -fluvio = "0.10.10-dev-1" +fluvio = "0.10.10" description = "SQL sink connector" license = "Apache-2.0" visibility = "public"