Skip to content

Commit

Permalink
chore: release for tenderdash 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Jun 28, 2023
1 parent 29b5056 commit c161fd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions abci/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tenderdash-abci"
version = "0.12.0-dev.2"
version = "0.12.0"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand Down Expand Up @@ -29,7 +29,7 @@ name = "echo_socket"
required-features = ["server"]

[dependencies]
tenderdash-proto = { version = "0.12.0-dev.2", path = "../proto" }
tenderdash-proto = { version = "0.12.0", path = "../proto" }
bytes = { version = "1.0" }
prost = { version = "0.11" }
tracing = { version = "0.1", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tenderdash-proto"
version = "0.12.0-dev.2"
version = "0.12.0"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/dashpay/rs-tenderdash-abci/tree/main/proto"
Expand Down

0 comments on commit c161fd6

Please sign in to comment.