Skip to content

Commit

Permalink
chore: update versions to v0.1.1 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanBorai authored Aug 10, 2023
1 parent 1f67338 commit 21470d1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graphite-sink"
version = "0.1.0"
version = "0.1.1"
authors = ["Esteban Borai <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion Connector.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "graphite-sink"
group = "infinyon-labs"
version = "0.1.0"
version = "0.1.1"
apiVersion = "0.1.0"
fluvio = "0.10.0"
description = ""
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ server address is specified on the `addr` field.
# sample-config.yaml
apiVersion: 0.1.0
meta:
version: 0.1.0
version: 0.1.1
name: my-graphite-connector-test-connector
type: graphite-sink
topic: test-graphite-connector-topic
Expand Down Expand Up @@ -64,7 +64,7 @@ Create a YAML file with the name `weather-monitor-config.yaml` and specify conne
```yaml
apiVersion: 0.1.0
meta:
version: 0.1.0
version: 0.1.1
name: weather-monitor-sandiego
type: graphite-sink
topic: weather-ca-sandiego
Expand Down
2 changes: 1 addition & 1 deletion sample-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: 0.1.0
meta:
version: 0.1.0
version: 0.1.1
name: my-graphite-connector-test-connector
type: graphite-sink
topic: test-graphite-connector-topic
Expand Down

0 comments on commit 21470d1

Please sign in to comment.