Skip to content

Commit

Permalink
chore: release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Oct 6, 2023
1 parent fd49025 commit b5fdb35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "catj"
version = "0.2.1"
version = "0.2.2"
authors = ["XLor yjl9903@outlook.com"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $ curl -fsSL https://bina.egoist.sh/CaCatHead/CatBox | sh

# Check installation
$ catj --version
catj 0.2.1
catj 0.2.2

# Init cgroup for current user
$ ./init.sh $USER
Expand Down
1 change: 1 addition & 0 deletions release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ export default async function(version: string) {
await $`git commit -m "chore: release v${version}"`;
await $`git tag -a v${version} -m "chore: release v${version}"`;
await $`git push --tags origin main`;
await $`cargo publish`;
}

0 comments on commit b5fdb35

Please sign in to comment.