Skip to content

Commit dec14fb

Browse files
committed
chore(release): v0.5.0
1 parent 98d65b1 commit dec14fb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kittysay"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["uncenter <[email protected]>"]
55
license = "MIT"
66
description = "cowsay, but with a cute kitty :3"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ cargo install --git https://github.com/uncenter/kittysay.git
3131
#### Try it out
3232

3333
```sh
34-
nix run github:uncenter/kittysay/v0.4.0 ":3"
34+
nix run github:uncenter/kittysay/v0.5.0 ":3"
3535
# or for the latest commit
3636
nix run github:uncenter/kittysay -- ":3"
3737
```

0 commit comments

Comments
 (0)