Skip to content

Commit

Permalink
Bump version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeisler committed Mar 13, 2024
1 parent c43a56e commit fdb8879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = "lipsum"
version = "0.9.0"
version = "0.9.1"
authors = ["Martin Geisler <martin@geisler.net>"]
description = """
Lipsum is a lorem ipsum text generation library. It generates
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0")]
#![doc(html_root_url = "https://docs.rs/lipsum/0.9.1")]
#![forbid(unsafe_code)]
#![deny(missing_docs)]

Expand Down

0 comments on commit fdb8879

Please sign in to comment.