Skip to content

Commit

Permalink
chore(release): version v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Aug 1, 2022
1 parent 5ab4f63 commit 538471f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.

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.10.0"
version = "0.10.1"
edition = "2021"
authors = ["sigoden <[email protected]>"]
description = "A bash cli framework, also a task runner."
description = "A bash cli framework, also a task runner"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/sigoden/argc"
repository = "https://github.com/sigoden/argc"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Download from [Github Releases](https://github.com/sigoden/argc/releases), unzip
## CLI
```
a bash cli framework, also a task runner. - https://github.com/sigoden/argc
A bash cli framework, also a task runner - https://github.com/sigoden/argc

USAGE:
argc --argc-eval SCRIPT [ARGS ...] Print code snippets for `eval $(argc --argc-eval "$0" "$@")`
Expand Down

0 comments on commit 538471f

Please sign in to comment.