From 3dfd0fa80413e8d1b05843a7d925a3823b0781e4 Mon Sep 17 00:00:00 2001 From: Shigure Kurosaki <shigure@hqsy.net> Date: Thu, 2 Jan 2025 03:49:38 +0800 Subject: [PATCH] chore: Bump version, abbreviate "are" in the USE.md file --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 6 +++--- docs/USE.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) 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 <shigure@hqsy.net>"] -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 @@ <h1>Katharsis</h1> <a href="https://github.com/kurosakishigure/katharsis/actions/workflows/ci.yml"> - <img src="https://github.com/kurosakishigure/katharsis/workflows/CI/badge.svg?branch=refs/tags/v1.0.0-canary.20" alt="CI"> + <img src="https://github.com/kurosakishigure/katharsis/workflows/CI/badge.svg?branch=refs/tags/v1.0.0-canary.21" alt="CI"> </a> <a href="https://github.com/kurosakishigure/katharsis/actions/workflows/cd.yml"> - <img src="https://github.com/kurosakishigure/katharsis/workflows/CD/badge.svg?branch=refs/tags/v1.0.0-canary.20" alt="CD"> + <img src="https://github.com/kurosakishigure/katharsis/workflows/CD/badge.svg?branch=refs/tags/v1.0.0-canary.21" alt="CD"> </a> <a href="https://coveralls.io/github/kurosakishigure/katharsis"> - <img src="https://coveralls.io/repos/github/kurosakishigure/katharsis/badge.svg?branch=refs/tags/v1.0.0-canary.20" alt="Coverage Status"> + <img src="https://coveralls.io/repos/github/kurosakishigure/katharsis/badge.svg?branch=refs/tags/v1.0.0-canary.21" alt="Coverage Status"> </a> </div> 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