diff --git a/rust/cardano-chain-follower/Cargo.toml b/rust/cardano-chain-follower/Cargo.toml index 15ba58053b..ba2a4f7946 100644 --- a/rust/cardano-chain-follower/Cargo.toml +++ b/rust/cardano-chain-follower/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cardano-chain-follower" -version = "0.0.13" +version = "0.0.14" edition.workspace = true authors.workspace = true homepage.workspace = true diff --git a/rust/rbac-registration/Cargo.toml b/rust/rbac-registration/Cargo.toml index 47e173dbba..7a06beee90 100644 --- a/rust/rbac-registration/Cargo.toml +++ b/rust/rbac-registration/Cargo.toml @@ -2,7 +2,7 @@ name = "rbac-registration" description = "Role Based Access Control Registration" keywords = ["cardano", "catalyst", "rbac registration"] -version = "0.0.8" +version = "0.0.9" authors = [ "Arissara Chotivichit " ]