Skip to content

Commit

Permalink
chore: Bump version, abbreviate "are" in the USE.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
kurosakishigure committed Jan 1, 2025
1 parent 2633d39 commit 3dfd0fa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "katharsis"
authors = ["Shigure Kurosaki <[email protected]>"]
version = "1.0.0-canary.20"
version = "1.0.0-canary.21"
edition = "2021"
license = "MIT"
categories = ["command-line-utilities"]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion docs/USE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3dfd0fa

Please sign in to comment.