Skip to content

Commit

Permalink
chore: bump version to 0.14.0-dev.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Dec 14, 2023
1 parent 8df17a1 commit 951b467
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.13.1"
version = "0.14.0-dev.1"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand Down Expand Up @@ -31,7 +31,7 @@ required-features = ["server"]

[dependencies]
uuid = { version = "1.4.1", features = ["v4", "fast-rng"], optional = true }
tenderdash-proto = { version = "0.13.2", path = "../proto" }
tenderdash-proto = { path = "../proto" }
bytes = { version = "1.0" }
prost = { version = "0.12" }
tracing = { version = "0.1", default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions proto-compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tenderdash-proto-compiler"
version = "0.1.0"
authors = ["Informal Systems <[email protected]>"]
version = "0.14.0-dev.1"
authors = ["Informal Systems <[email protected]>", "Dash Core Group"]
edition = "2021"
description = "Internal tool to download and build tenderdash protobuf definitions; used by proto/build.rs"
publish = 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.13.2"
version = "0.14.0-dev.1"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/dashpay/rs-tenderdash-abci/tree/main/proto"
Expand Down

0 comments on commit 951b467

Please sign in to comment.