Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeisler committed Jul 7, 2020
1 parent 8c913b7 commit f1d9733
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.6.0"
version = "0.7.0"
authors = ["Martin Geisler <martin@geisler.net>"]
description = """
Lipsum is a lorem ipsum text generation library. Use this if you need
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ scrambled subset.
Add this to your `Cargo.toml`:
```toml
[dependencies]
lipsum = "0.6"
lipsum = "0.7"
```

## Documentation
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.6.0")]
#![doc(html_root_url = "https://docs.rs/lipsum/0.7.0")]
#![deny(missing_docs)]

use rand::rngs::ThreadRng;
Expand Down

0 comments on commit f1d9733

Please sign in to comment.