Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wezm committed Feb 1, 2020
1 parent 14af2ba commit 61b2138
Show file tree
Hide file tree
Showing 2 changed files with 2 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.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]

documentation = "https://docs.rs/crate/titlecase"
Expand All @@ -15,7 +15,6 @@ categories = ["text-processing"]

[badges]
travis-ci = { repository = "wezm/titlecase" }
appveyor = { repository = "wezm/titlecase" }

[[bin]]
name = "titlecase"
Expand Down

0 comments on commit 61b2138

Please sign in to comment.