diff --git a/abci/Cargo.toml b/abci/Cargo.toml index f970ae20..42267472 100644 --- a/abci/Cargo.toml +++ b/abci/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tenderdash-abci" -version = "0.12.0" +version = "0.13.0-dev.2" edition = "2021" license = "Apache-2.0" readme = "README.md" @@ -29,7 +29,7 @@ name = "echo_socket" required-features = ["server"] [dependencies] -tenderdash-proto = { version = "0.12.0", path = "../proto" } +tenderdash-proto = { version = "0.13.0-dev.2", path = "../proto" } bytes = { version = "1.0" } prost = { version = "0.11" } tracing = { version = "0.1", default-features = false } diff --git a/proto/Cargo.toml b/proto/Cargo.toml index eeb91797..c331be8b 100644 --- a/proto/Cargo.toml +++ b/proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tenderdash-proto" -version = "0.12.0" +version = "0.13.0-dev.2" edition = "2021" license = "Apache-2.0" repository = "https://github.com/dashpay/rs-tenderdash-abci/tree/main/proto"