Skip to content

Commit

Permalink
Upgrade version to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
devashishdxt committed Jul 27, 2020
1 parent 8e880a5 commit 285ccc6
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.9.1"
version = "0.9.2"
authors = ["Devashish Dixit <[email protected]>"]
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 @@ -65,7 +65,7 @@ Compilation will fail if either both of them are enabled or none of them are ena

## Minimum Supported Versions

- Tendermint: [`v0.33.4`](https://github.com/tendermint/tendermint/releases/tag/v0.33.4)
- Tendermint: [`v0.33.6`](https://github.com/tendermint/tendermint/releases/tag/v0.33.6)

## License

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
//!
//! ## Minimum Supported Versions
//!
//! - Tendermint: [`v0.33.4`](https://github.com/tendermint/tendermint/releases/tag/v0.33.4)
//! - Tendermint: [`v0.33.6`](https://github.com/tendermint/tendermint/releases/tag/v0.33.6)
#![cfg_attr(feature = "doc", feature(doc_cfg))]

#[cfg(all(feature = "use-async-std", feature = "use-tokio"))]
Expand Down

0 comments on commit 285ccc6

Please sign in to comment.