Skip to content

Commit 1fa2a14

Browse files
chore: Bump version (#231)
Signed-off-by: Shigure Kurosaki <[email protected]>
1 parent 829373d commit 1fa2a14

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "katharsis"
33
authors = ["Shigure Kurosaki <[email protected]>"]
4-
version = "1.0.0-canary.24"
4+
version = "1.0.0-canary.25"
55
edition = "2021"
66
rust-version = "1.78.0"
77
license = "MIT"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<h1>Katharsis</h1>
66

77
<a href="https://github.com/kurosakishigure/katharsis/actions/workflows/ci.yml">
8-
<img src="https://github.com/kurosakishigure/katharsis/workflows/CI/badge.svg?branch=refs/tags/v1.0.0-canary.24" alt="CI">
8+
<img src="https://github.com/kurosakishigure/katharsis/workflows/CI/badge.svg?branch=refs/tags/v1.0.0-canary.25" alt="CI">
99
</a>
1010
<a href="https://github.com/kurosakishigure/katharsis/actions/workflows/cd.yml">
11-
<img src="https://github.com/kurosakishigure/katharsis/workflows/CD/badge.svg?branch=refs/tags/v1.0.0-canary.24" alt="CD">
11+
<img src="https://github.com/kurosakishigure/katharsis/workflows/CD/badge.svg?branch=refs/tags/v1.0.0-canary.25" alt="CD">
1212
</a>
1313
<a href="https://coveralls.io/github/kurosakishigure/katharsis">
14-
<img src="https://coveralls.io/repos/github/kurosakishigure/katharsis/badge.svg?branch=refs/tags/v1.0.0-canary.24" alt="Coverage Status">
14+
<img src="https://coveralls.io/repos/github/kurosakishigure/katharsis/badge.svg?branch=refs/tags/v1.0.0-canary.25" alt="Coverage Status">
1515
</a>
1616
<a href="https://crates.io/crates/katharsis">
1717
<img src="https://img.shields.io/crates/v/katharsis.svg" alt="Crates.io">

docs/INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
## Package Managers
44

5-
### Cargo
5+
### Cargo B(inary)Install
66

77
```bash
88
cargo binstall katharsis
99
# or
10-
cargo binstall katharsis@1.0.0-canary.24
10+
cargo binstall katharsis@CANARY_VERSION
1111
```
1212

1313
### Paru

0 commit comments

Comments
 (0)