diff --git a/circuits/Cargo.toml b/circuits/Cargo.toml index 8ccdb6a..ea300d4 100644 --- a/circuits/Cargo.toml +++ b/circuits/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phoenix-circuits" -version = "0.2.0-rc.0" +version = "0.2.0-rc.1" 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 c1d587b..733e47c 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phoenix-core" -version = "0.29.0-rc.0" +version = "0.29.0-rc.1" edition = "2021" repository = "https://github.com/dusk-network/phoenix/core" description = "Core types and functionalities for Phoenix, a privacy-preserving ZKP-based transaction model"