Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzamig committed Oct 15, 2018
1 parent a5c38d0 commit 577ad55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "structopt-flags"
version = "0.1.99"
version = "0.2.0"
authors = ["Luca Pizzamiglio <[email protected]>"]
readme = "README.md"
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add the crate to your project, adding this in `Cargo.toml`:

```toml
[dependencies]
structopt-flags = "0.1"
structopt-flags = "0.2"
```

In your code, you can use one or more flags provided by this crate.
Expand Down

0 comments on commit 577ad55

Please sign in to comment.