Skip to content

Commit

Permalink
chore: start next iteration 0.13.1-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Mar 5, 2022
1 parent f8c3f76 commit 852eaee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "names"
version = "0.13.0"
version = "0.13.1-dev"
authors = ["Fletcher Nichol <fnichol@nichol.ca>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
//! assert_eq!("imaginary-roll", generator.next().unwrap());
//! ```
#![doc(html_root_url = "https://docs.rs/names/0.13.0")]
#![doc(html_root_url = "https://docs.rs/names/0.13.1-dev")]
#![deny(missing_docs)]

use rand::{rngs::ThreadRng, seq::SliceRandom, Rng};
Expand Down

0 comments on commit 852eaee

Please sign in to comment.