Skip to content

Commit

Permalink
chore(release): v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed Feb 8, 2024
1 parent 4c13a51 commit 7440c92
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.3.0"
version = "0.4.0"
authors = ["uncenter <[email protected]>"]
license = "MIT"
description = "The cutest successor of cowsay."
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.3.0 ":3"
nix run github:uncenter/kittysay/v0.4.0 ":3"
# or for the latest commit
nix run github:uncenter/kittysay -- ":3"
```
Expand Down

0 comments on commit 7440c92

Please sign in to comment.