Skip to content

Commit

Permalink
chore(release): v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed Apr 10, 2024
1 parent 98d65b1 commit dec14fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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,6 +1,6 @@
[package]
name = "kittysay"
version = "0.4.0"
version = "0.5.0"
authors = ["uncenter <uncenter@uncenter.dev>"]
license = "MIT"
description = "cowsay, but with a cute kitty :3"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cargo install --git https://github.com/uncenter/kittysay.git
#### Try it out

```sh
nix run github:uncenter/kittysay/v0.4.0 ":3"
nix run github:uncenter/kittysay/v0.5.0 ":3"
# or for the latest commit
nix run github:uncenter/kittysay -- ":3"
```
Expand Down

0 comments on commit dec14fb

Please sign in to comment.