summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-09-15 10:46:24 +0200
committerGitHub <noreply@github.com>2021-09-15 10:46:24 +0200
commita9e18eaf9b9d8d00b72d9b2a2734ab5dd8855238 (patch)
treea2dbbb97b81db3fbdef7bcffbdde0e94e869a482 /common
parent9517cf4a9e47240cc17711e9dda9cc74eb3464ea (diff)
(cargo release) bump version (#429)
Co-authored-by: Versioneer <info@thin-edge.io>
Diffstat (limited to 'common')
-rw-r--r--common/batcher/Cargo.toml2
-rw-r--r--common/certificate/Cargo.toml2
-rw-r--r--common/clock/Cargo.toml2
-rw-r--r--common/flockfile/Cargo.toml2
-rw-r--r--common/json_writer/Cargo.toml2
-rw-r--r--common/mqtt_client/Cargo.toml2
-rw-r--r--common/tedge_users/Cargo.toml2
-rw-r--r--common/tedge_utils/Cargo.toml2
8 files changed, 8 insertions, 8 deletions
diff --git a/common/batcher/Cargo.toml b/common/batcher/Cargo.toml
index 68a692a3..41be9eb1 100644
--- a/common/batcher/Cargo.toml
+++ b/common/batcher/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "batcher"
-version = "0.3.0"
+version = "0.3.1"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/common/certificate/Cargo.toml b/common/certificate/Cargo.toml
index 020dae58..d0ce16f5 100644
--- a/common/certificate/Cargo.toml
+++ b/common/certificate/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "certificate"
-version = "0.3.0"
+version = "0.3.1"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/common/clock/Cargo.toml b/common/clock/Cargo.toml
index c537de68..e98a37a0 100644
--- a/common/clock/Cargo.toml
+++ b/common/clock/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "clock"
-version = "0.3.0"
+version = "0.3.1"
edition = "2018"
[dependencies]
diff --git a/common/flockfile/Cargo.toml b/common/flockfile/Cargo.toml
index e5c473f0..07580ebc 100644
--- a/common/flockfile/Cargo.toml
+++ b/common/flockfile/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "flockfile"
-version = "0.3.0"
+version = "0.3.1"
authors = ["Software AG <thin-edge-team@softwareag.com>"]
edition = "2018"
diff --git a/common/json_writer/Cargo.toml b/common/json_writer/Cargo.toml
index 0baf5da2..72523a9d 100644
--- a/common/json_writer/Cargo.toml
+++ b/common/json_writer/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "json-writer"
-version = "0.3.0"
+version = "0.3.1"
edition = "2018"
[dependencies]
diff --git a/common/mqtt_client/Cargo.toml b/common/mqtt_client/Cargo.toml
index 6a1374a9..e8ce3544 100644
--- a/common/mqtt_client/Cargo.toml
+++ b/common/mqtt_client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mqtt_client"
-version = "0.3.0"
+version = "0.3.1"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/common/tedge_users/Cargo.toml b/common/tedge_users/Cargo.toml
index d3988e1a..004cd995 100644
--- a/common/tedge_users/Cargo.toml
+++ b/common/tedge_users/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_users"
-version = "0.3.0"
+version = "0.3.1"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/common/tedge_utils/Cargo.toml b/common/tedge_utils/Cargo.toml
index 8e330d4e..0cadae41 100644
--- a/common/tedge_utils/Cargo.toml
+++ b/common/tedge_utils/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_utils"
-version = "0.3.0"
+version = "0.3.1"
edition = "2018"
authors = ["thin-edge.io team <info@thin-edge.io>"]
license = "Apache-2.0"