diff --git a/Cargo.toml b/Cargo.toml index 0c08138d..dac4c9af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "log4rs" -version = "0.5.1" +version = "0.5.2" authors = ["Steven Fackler "] description = "A highly configurable multi-output logging implementation for the `log` facade" license = "MIT/Apache-2.0" repository = "https://github.com/sfackler/log4rs" -documentation = "https://sfackler.github.io/log4rs/doc/v0.5.1/log4rs" +documentation = "https://sfackler.github.io/log4rs/doc/v0.5.2/log4rs" readme = "README.md" [features] diff --git a/README.md b/README.md index 13ee482f..0ed6f61a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ and log4j libraries. [![Build Status](https://travis-ci.org/sfackler/log4rs.svg?branch=master)](https://travis-ci.org/sfackler/log4rs) -[Documentation](https://sfackler.github.io/log4rs/doc/v0.5.1/log4rs) +[Documentation](https://sfackler.github.io/log4rs/doc/v0.5.2/log4rs) log4rs.yaml: ```yaml diff --git a/src/lib.rs b/src/lib.rs index b23d4b47..28ac90c4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -162,7 +162,7 @@ //! # } //! # fn main() {} //! ``` -#![doc(html_root_url="https://sfackler.github.io/log4rs/doc/v0.5.1")] +#![doc(html_root_url="https://sfackler.github.io/log4rs/doc/v0.5.2")] #![warn(missing_docs)] #[cfg(feature = "antidote")]