summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-01-05 14:20:49 +0100
committerGitHub <noreply@github.com>2022-01-05 14:20:49 +0100
commit1d6d92b646a46df22e48f95c3a7a7d94ed44fa76 (patch)
tree9aa999525e6979cf874ab7703a7321bc5aaa07d6 /plugins
parent7f3aa5e30a3332b8ce12f26343947e5f748965a8 (diff)
Patch version bump to 0.5.1 (#734)
* (cargo release) bump version to 0.5.1 Co-authored-by: Versioneer <info@thin-edge.io>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/tedge_apama_plugin/Cargo.toml2
-rw-r--r--plugins/tedge_apt_plugin/Cargo.toml2
-rw-r--r--plugins/tedge_dummy_plugin/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/tedge_apama_plugin/Cargo.toml b/plugins/tedge_apama_plugin/Cargo.toml
index bf188145..21693d5f 100644
--- a/plugins/tedge_apama_plugin/Cargo.toml
+++ b/plugins/tedge_apama_plugin/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_apama_plugin"
-version = "0.5.0"
+version = "0.5.1"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2018"
license = "Apache-2.0"
diff --git a/plugins/tedge_apt_plugin/Cargo.toml b/plugins/tedge_apt_plugin/Cargo.toml
index e1e2181b..7a2a90f5 100644
--- a/plugins/tedge_apt_plugin/Cargo.toml
+++ b/plugins/tedge_apt_plugin/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_apt_plugin"
-version = "0.5.0"
+version = "0.5.1"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2018"
license = "Apache-2.0"
diff --git a/plugins/tedge_dummy_plugin/Cargo.toml b/plugins/tedge_dummy_plugin/Cargo.toml
index fb2f98f8..bbfd2bff 100644
--- a/plugins/tedge_dummy_plugin/Cargo.toml
+++ b/plugins/tedge_dummy_plugin/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_dummy_plugin"
-version = "0.5.0"
+version = "0.5.1"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2018"
license = "Apache-2.0"