Skip to content

Commit

Permalink
chore: Bump version (#231)
Browse files Browse the repository at this point in the history
Signed-off-by: Shigure Kurosaki <shigure@hqsy.net>
  • Loading branch information
kurosakishigure authored Jan 5, 2025
1 parent 829373d commit 1fa2a14
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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 <shigure@hqsy.net>"]
version = "1.0.0-canary.24"
version = "1.0.0-canary.25"
edition = "2021"
rust-version = "1.78.0"
license = "MIT"
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.24" alt="CI">
<img src="https://github.com/kurosakishigure/katharsis/workflows/CI/badge.svg?branch=refs/tags/v1.0.0-canary.25" 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.24" alt="CD">
<img src="https://github.com/kurosakishigure/katharsis/workflows/CD/badge.svg?branch=refs/tags/v1.0.0-canary.25" 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.24" alt="Coverage Status">
<img src="https://coveralls.io/repos/github/kurosakishigure/katharsis/badge.svg?branch=refs/tags/v1.0.0-canary.25" alt="Coverage Status">
</a>
<a href="https://crates.io/crates/katharsis">
<img src="https://img.shields.io/crates/v/katharsis.svg" alt="Crates.io">
Expand Down
4 changes: 2 additions & 2 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

## Package Managers

### Cargo
### Cargo B(inary)Install

```bash
cargo binstall katharsis
# or
cargo binstall katharsis@1.0.0-canary.24
cargo binstall katharsis@CANARY_VERSION
```

### Paru
Expand Down

0 comments on commit 1fa2a14

Please sign in to comment.