Skip to content

Commit

Permalink
chore(release): version v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Jul 27, 2022
1 parent 4b94fef commit aeb167b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
release:
name: Publish to Github Relases
name: Publish to Github Releases
outputs:
rc: ${{ steps.check-tag.outputs.rc }}

Expand Down
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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "argc"
version = "0.8.2"
version = "0.9.0"
edition = "2021"
authors = ["sigoden <[email protected]>"]
description = "Bash cli utility"
description = "Make beautiful bash cli"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/sigoden/argc"
repository = "https://github.com/sigoden/argc"
Expand Down

0 comments on commit aeb167b

Please sign in to comment.