diff --git a/Cargo.lock b/Cargo.lock index c33411d..60a2ab7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -846,7 +846,7 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "word-tally" -version = "0.8.1" +version = "0.8.2" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index fefa860..4636ed3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["cli", "tally", "words", "count"] license = "MIT" name = "word-tally" repository = "https://github.com/havenwood/word-tally" -version = "0.8.1" +version = "0.8.2" [dependencies] anyhow = "1.0.83" diff --git a/README.md b/README.md index b7c283a..c9c5c3a 100644 --- a/README.md +++ b/README.md @@ -54,14 +54,14 @@ Add `word-tally` as a dependency. ```toml [dependencies] -word-tally = "0.8.1" +word-tally = "0.8.2" ``` Or optionally enable JSON serialization and deserialization with Serde. ```toml [dependencies] -word-tally = { version = "0.8.1", features = ["serde"] } +word-tally = { version = "0.8.2", features = ["serde"] } ``` ## Documentation