Skip to content

Commit

Permalink
Version bump to 0.1.1 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
kureuil authored Feb 22, 2018
1 parent 6795d39 commit e7f3741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion batch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "batch"
description = "Distributed task queue library based on RabbitMQ"
homepage = "https://kureuil.github.io/batch-rs/"
repository = "https://github.com/kureuil/batch-rs"
version = "0.1.0" # remember to update html_root_url
version = "0.1.1" # remember to update html_root_url
license = "MIT/Apache-2.0"
authors = ["Louis Person <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion batch/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
//! }
//! ```
#![doc(html_root_url = "https://docs.rs/batch/0.1.0")]
#![doc(html_root_url = "https://docs.rs/batch/0.1.1")]
#![deny(missing_debug_implementations)]
#![deny(missing_docs)]
#![allow(unused_imports)]
Expand Down

0 comments on commit e7f3741

Please sign in to comment.