diff --git a/rustecal-core/Cargo.toml b/rustecal-core/Cargo.toml index e614562..11d0ec1 100644 --- a/rustecal-core/Cargo.toml +++ b/rustecal-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustecal-core" -version = "0.1.3" +version = "0.1.4" authors = ["Rex Schilasky"] edition = "2021" description = "Core API for Eclipse eCAL" diff --git a/rustecal-service/Cargo.toml b/rustecal-service/Cargo.toml index 3334e38..5736d8a 100644 --- a/rustecal-service/Cargo.toml +++ b/rustecal-service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustecal-service" -version = "0.1.1" +version = "0.1.2" authors = ["Rex Schilasky"] edition = "2021" description = "Server/Client API for Eclipse eCAL"