Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dylni committed Mar 15, 2020
1 parent f791cf7 commit 093d010
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add the following lines to your "Cargo.toml" file:

```toml
[dependencies]
quit = "0.1"
quit = "0.2"
```

See the [documentation] for available functionality and examples.
Expand Down
4 changes: 2 additions & 2 deletions quit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quit"
version = "0.1.0"
version = "0.2.0"
authors = ["dylni"]
edition = "2018"
exclude = [".*", "/rustfmt.toml", "/tests"]
Expand All @@ -14,7 +14,7 @@ categories = ["command-line-interface", "rust-patterns"]
license = "MIT OR Apache-2.0"

[dependencies]
quit_macros = { version = "0.1.0", path = "../quit_macros" }
quit_macros = { version = "0.2.0", path = "../quit_macros" }

[dev-dependencies]
lazy_static = "1.4"
2 changes: 1 addition & 1 deletion quit_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quit_macros"
version = "0.1.0"
version = "0.2.0"
authors = ["dylni"]
edition = "2018"
exclude = [".*", "/rustfmt.toml", "/tests"]
Expand Down

0 comments on commit 093d010

Please sign in to comment.