Skip to content

Commit

Permalink
Release/v0.12.0-rc0 (#130)
Browse files Browse the repository at this point in the history
Co-authored-by: Tony Arcieri (iqlusion) <[email protected]>
  • Loading branch information
2 people authored and liamsi committed Jan 19, 2020
1 parent 32bf4de commit 9259c6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tendermint/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tendermint"
version = "0.11.0" # Also update `html_root_url` in lib.rs when bumping this
version = "0.12.0-rc0" # Also update `html_root_url` in lib.rs when bumping this
license = "Apache-2.0"
homepage = "https://www.tendermint.com/"
repository = "https://github.com/interchainio/tendermint-rs/tree/master/tendermint"
Expand Down
2 changes: 1 addition & 1 deletion tendermint/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#![forbid(unsafe_code)]
#![doc(
html_logo_url = "https://raw.githubusercontent.com/tendermint/kms/master/img/tendermint.png",
html_root_url = "https://docs.rs/tendermint/0.11.0"
html_root_url = "https://docs.rs/tendermint/0.12.0-rc0"
)]

#[macro_use]
Expand Down

0 comments on commit 9259c6d

Please sign in to comment.