Skip to content

Commit

Permalink
Upgrade version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devashishdxt committed Mar 31, 2020
1 parent 48fa084 commit 0361fcb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "abci-rs"
version = "0.6.0"
version = "0.7.0"
authors = ["Devashish Dixit <devashishdxt@gmail.com>"]
license = "MIT/Apache-2.0"
description = "A Rust crate for creating ABCI applications"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Add `abci-rs` in your `Cargo.toml`'s `dependencies` section:

```toml
[dependencies]
abci-rs = "0.6"
abci-rs = "0.7"
```

Each ABCI application has to implement three core traits corresponding to all three ABCI connections, `Consensus`,
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
//!
//! ```toml
//! [dependencies]
//! abci-rs = "0.6"
//! abci-rs = "0.7"
//! ```
//!
//! Each ABCI application has to implement three core traits corresponding to all three ABCI connections, `Consensus`,
Expand Down

0 comments on commit 0361fcb

Please sign in to comment.