diff --git a/Cargo.lock b/Cargo.lock index 5987d32..f34a858 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -44,7 +44,7 @@ dependencies = [ [[package]] name = "titlecase" -version = "1.0.0" +version = "1.1.0" dependencies = [ "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 8bf0dbd..65f4e15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "titlecase" description = "A tool and library that capitalizes text according to a style defined by John Gruber for post titles on his website Daring Fireball." -version = "1.0.0" +version = "1.1.0" authors = ["Wesley Moore "] documentation = "https://docs.rs/crate/titlecase" @@ -15,7 +15,6 @@ categories = ["text-processing"] [badges] travis-ci = { repository = "wezm/titlecase" } -appveyor = { repository = "wezm/titlecase" } [[bin]] name = "titlecase"