Skip to content

Commit

Permalink
Bump mendo version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudo2204 committed May 12, 2021
1 parent 119de37 commit a170bf0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mendo"
version = "0.2.0"
version = "0.2.1"
authors = ["Rudo2204 <rudo2204@gmail.com>"]
edition = "2018"
description = "A CLI program to update manga progress"
Expand All @@ -17,7 +17,7 @@ open = "1"
url = "2"
anyhow = "1"
directories = "3"
confy = { git = "https://github.com/rust-cli/confy.git", default-features = false, features = ["yaml_conf"] }
confy = { git = "https://github.com/rust-cli/confy", default-features = false, features = ["yaml_conf"] }
log = "0.4"
fern = { version = "0.6", features = ["colored"] }
clap = "2.33"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ So there are two solutions to this:

## Mendo help page
```
mendo 0.2.0
mendo 0.2.1
Rudo2204 <rudo2204@gmail.com>
A CLI program to update manga progress
Expand Down

0 comments on commit a170bf0

Please sign in to comment.