From 546ce3851688bbbc9c9aafe1ddc3334f7ca6992c Mon Sep 17 00:00:00 2001 From: Lukasz Klimek <842586+lklimek@users.noreply.github.com> Date: Wed, 13 Sep 2023 13:49:49 +0200 Subject: [PATCH] chore: release Tenderdash v0.13.0 --- abci/Cargo.toml | 4 ++-- proto/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/abci/Cargo.toml b/abci/Cargo.toml index 281d908..2b8b8e7 100644 --- a/abci/Cargo.toml +++ b/abci/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tenderdash-abci" -version = "0.13.0-dev.2" +version = "0.13.0" edition = "2021" license = "Apache-2.0" readme = "README.md" @@ -31,7 +31,7 @@ required-features = ["server"] [dependencies] uuid = { version = "1.4.1", features = ["v4", "fast-rng"], optional = true } -tenderdash-proto = { version = "0.13.0-dev.2", path = "../proto" } +tenderdash-proto = { version = "0.13.0", 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 2b66344..b000a12 100644 --- a/proto/Cargo.toml +++ b/proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tenderdash-proto" -version = "0.13.0-dev.2" +version = "0.13.0" edition = "2021" license = "Apache-2.0" repository = "https://github.com/dashpay/rs-tenderdash-abci/tree/main/proto"