Skip to content

Commit

Permalink
build: bump to 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fraidev committed Aug 7, 2024
1 parent c458cd8 commit 64e65bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Connector.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mqtt-source"
group = "infinyon"
version = "0.2.7"
version = "0.2.8"
apiVersion = "0.1.0"
fluvio = "0.11.11"
description = "MQTT source connector"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This is an example of connector config file:
# config-example.yaml
apiVersion: 0.1.0
meta:
version: 0.2.7
version: 0.2.8
name: my-mqtt-connector
type: mqtt-source
topic: mqtt-topic
Expand Down Expand Up @@ -104,7 +104,7 @@ The previous example can be extended to add extra transformations to outgoing re
# config-example.yaml
apiVersion: 0.1.0
meta:
version: 0.2.7
version: 0.2.8
name: my-mqtt-connector
type: mqtt-source
topic: mqtt-topic
Expand Down

0 comments on commit 64e65bf

Please sign in to comment.