Skip to content

Commit

Permalink
Bump to version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skilly-lily committed Jan 18, 2022
1 parent 4e7ef68 commit 39e2083
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
16 changes: 9 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ license = "Unlicense"
homepage = "https://github.com/scruffystuffs/confirm"
repository = "https://github.com/scruffystuffs/confirm"
documentation = "https://github.com/scruffystuffs/confirm/README.md"
version = "0.1.2"
version = "1.0.0"
authors = ["Wesley Van Melle <[email protected]>"]
edition = "2018"

[dependencies]
anyhow = "1.0"
atty = "0.2"
getch = "0.2"
structopt = "0.3"
anyhow = "1.0.52"
atty = "0.2.14"
getch = "0.2.1"
structopt = "0.3.25"

[[bin]]
name = "confirm"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ something

`confirm --help` output:

```
confirm 0.1.0
``` text
confirm 1.0.0
Get user confirmation
USAGE:
Expand Down

0 comments on commit 39e2083

Please sign in to comment.