diff --git a/Cargo.lock b/Cargo.lock index f512b7d..3f3c168 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -783,7 +783,7 @@ dependencies = [ [[package]] name = "katharsis" -version = "1.0.0-canary.20" +version = "1.0.0-canary.21" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index e18b7fc..e4907ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "katharsis" authors = ["Shigure Kurosaki "] -version = "1.0.0-canary.20" +version = "1.0.0-canary.21" edition = "2021" license = "MIT" categories = ["command-line-utilities"] diff --git a/README.md b/README.md index 81c6ab0..abca628 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@

Katharsis

- CI + CI - CD + CD - Coverage Status + Coverage Status diff --git a/docs/USE.md b/docs/USE.md index 7702703..2bead28 100644 --- a/docs/USE.md +++ b/docs/USE.md @@ -14,7 +14,7 @@ If you're using a Debian-based system, you can directly install the .deb file fr sudo apt install katharsis.deb ``` -If you are using Cargo, please run: +If you're using Cargo, please run: ```bash cargo install katharsis