summaryrefslogtreecommitdiffstats
path: root/sm
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-08-19 10:52:02 +0200
committerGitHub <noreply@github.com>2021-08-19 10:52:02 +0200
commit39a503cbc4e575ae2250689544dae5c124fc24cd (patch)
tree1355bdc23c3dc0369777d9d1fbd779e3dcf1828c /sm
parent38b6f99cf0b389889f4b89f4dee8a72cc301fe9e (diff)
Patch version bump (#390) 0.2.4
* (cargo release) bump version Co-authored-by: Versioneer <info@thin-edge.io>
Diffstat (limited to 'sm')
-rw-r--r--sm/json_sm/Cargo.toml2
-rw-r--r--sm/plugin_sm/Cargo.toml2
-rw-r--r--sm/plugins/tedge_apt_plugin/Cargo.toml2
-rw-r--r--sm/plugins/tedge_dummy_plugin/Cargo.toml2
-rw-r--r--sm/tedge_agent/Cargo.toml2
5 files changed, 5 insertions, 5 deletions
diff --git a/sm/json_sm/Cargo.toml b/sm/json_sm/Cargo.toml
index 6ed7e80e..451804df 100644
--- a/sm/json_sm/Cargo.toml
+++ b/sm/json_sm/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "json_sm"
-version = "0.2.3"
+version = "0.2.4"
edition = "2018"
authors = ["thin-edge.io team <info@thin-edge.io>"]
license = "Apache-2.0"
diff --git a/sm/plugin_sm/Cargo.toml b/sm/plugin_sm/Cargo.toml
index 5ca4b2e3..b4f22512 100644
--- a/sm/plugin_sm/Cargo.toml
+++ b/sm/plugin_sm/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "plugin_sm"
-version = "0.2.3"
+version = "0.2.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2018"
diff --git a/sm/plugins/tedge_apt_plugin/Cargo.toml b/sm/plugins/tedge_apt_plugin/Cargo.toml
index 653138ae..760b2b53 100644
--- a/sm/plugins/tedge_apt_plugin/Cargo.toml
+++ b/sm/plugins/tedge_apt_plugin/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_apt_plugin"
-version = "0.1.1"
+version = "0.2.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2018"
license = "Apache-2.0"
diff --git a/sm/plugins/tedge_dummy_plugin/Cargo.toml b/sm/plugins/tedge_dummy_plugin/Cargo.toml
index 76c1aad0..88a9aaff 100644
--- a/sm/plugins/tedge_dummy_plugin/Cargo.toml
+++ b/sm/plugins/tedge_dummy_plugin/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_dummy_plugin"
-version = "0.0.0"
+version = "0.2.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2018"
license = "Apache-2.0"
diff --git a/sm/tedge_agent/Cargo.toml b/sm/tedge_agent/Cargo.toml
index 19d7319b..a61d07d7 100644
--- a/sm/tedge_agent/Cargo.toml
+++ b/sm/tedge_agent/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_agent"
-version = "0.2.3"
+version = "0.2.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2018"