Skip to content

Commit

Permalink
chore: update version (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
morenol committed May 29, 2023
1 parent ad28ef3 commit bab8720
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions crates/sql-sink/Connector.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit bab8720

Please sign in to comment.