diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a631ae1b..c9f908c5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,7 +7,7 @@ on: jobs: release: - name: Publish to Github Relases + name: Publish to Github Releases outputs: rc: ${{ steps.check-tag.outputs.rc }} diff --git a/Cargo.lock b/Cargo.lock index 003b4572..ed055096 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704" [[package]] name = "argc" -version = "0.8.2" +version = "0.9.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 0d76dfee..626f740f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "argc" -version = "0.8.2" +version = "0.9.0" edition = "2021" authors = ["sigoden "] -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"