diff --git a/circuits/Cargo.toml b/circuits/Cargo.toml index 7f69b0c..f31df1f 100644 --- a/circuits/Cargo.toml +++ b/circuits/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phoenix-circuits" -version = "0.2.0-rc.2" +version = "0.2.0-rc.3" edition = "2021" repository = "https://github.com/dusk-network/phoenix/circuits" description = "Circuit definitions for Phoenix, a privacy-preserving ZKP-based transaction model" diff --git a/core/Cargo.toml b/core/Cargo.toml index c978681..1ab742b 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phoenix-core" -version = "0.29.0-rc.2" +version = "0.29.0-rc.3" edition = "2021" repository = "https://github.com/dusk-network/phoenix/core" description = "Core types and functionalities for Phoenix, a privacy-preserving ZKP-based transaction model"