diff --git a/Cargo.toml b/Cargo.toml index 26ec01b7..7e5ab37f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "strftime-ruby" # remember to set `html_root_url` in `src/lib.rs`. -version = "0.1.0" +version = "1.0.0" authors = ["Ryan Lopopolo ", "x-hgg-x"] license = "MIT" edition = "2021" diff --git a/README.md b/README.md index 8b1383ea..1322679c 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -strftime-ruby = "0.1.0" +strftime-ruby = "1.0.0" ``` ## Crate features diff --git a/src/lib.rs b/src/lib.rs index 19ada279..820e0354 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -112,7 +112,7 @@ //! days in that year. The days before the first week are in the last week of //! the previous year. -#![doc(html_root_url = "https://docs.rs/strftime-ruby/0.1.0")] +#![doc(html_root_url = "https://docs.rs/strftime-ruby/1.0.0")] #![no_std] #[cfg(feature = "alloc")]