Skip to content

Commit

Permalink
build: bump version (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
morenol committed Apr 17, 2023
1 parent c0988a7 commit cd17072
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ This is an example of connector config file:
```yaml
# config-example.yaml
meta:
version: 0.1.0
version: 0.1.1
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
```yaml
# config-example.yaml
meta:
version: 0.1.0
version: 0.1.1
name: my-mqtt-connector
type: mqtt-source
topic: mqtt-topic
Expand Down
4 changes: 2 additions & 2 deletions hub/package-meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
package_format_version: "0.3"
name: mqtt-source
version: 0.1.0
version: 0.1.1
group: infinyon
description: MQTT source connector
license: e.g. Apache2
visibility: public
manifest:
- ../Connector.toml
- ../target/release/mqtt-source
- ../target/release/mqtt-source
- ../README.md

0 comments on commit cd17072

Please sign in to comment.