Skip to content

Commit

Permalink
v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ksk001100 committed Feb 27, 2020
1 parent 9ad61b6 commit 76ad047
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
[package]
name = "seahorse"
version = "0.6.1"
version = "0.6.2"
authors = ["ksk001100 <[email protected]>"]
edition = "2018"
keywords = ["cli"]
keywords = [
"argument",
"cli",
"arg",
"parser",
"parse"
]
categories = ["command-line-interface"]
repository = "https://github.com/ksk001100/seahorse"
readme = "README.md"
license-file = "LICENSE"
documentation = "https://docs.rs/seahorse/"
description = "A minimal CLI framework written in Rust"

[dependencies]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To use seahorse, add this to your Cargo.toml:

```toml
[dependencies]
seahorse = "0.6.1"
seahorse = "0.6.2"
```

## Example
Expand Down

0 comments on commit 76ad047

Please sign in to comment.