diff --git a/Cargo.toml b/Cargo.toml index c4719fe..2258d7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lipsum" -version = "0.8.2" +version = "0.9.0" authors = ["Martin Geisler "] description = """ Lipsum is a lorem ipsum text generation library. It generates diff --git a/README.md b/README.md index 3a7cc83..7db161e 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -lipsum = "0.8" +lipsum = "0.9" ``` ## Documentation diff --git a/src/lib.rs b/src/lib.rs index e94b922..83f0583 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -23,7 +23,7 @@ //! [`learn`]: struct.MarkovChain.html#method.learn //! [Markov chain]: https://en.wikipedia.org/wiki/Markov_chain -#![doc(html_root_url = "https://docs.rs/lipsum/0.8.2")] +#![doc(html_root_url = "https://docs.rs/lipsum/0.9.0")] #![forbid(unsafe_code)] #![deny(missing_docs)]