Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dylni committed Jan 1, 2023
1 parent 5cbdef5 commit 6a426ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quit"
version = "1.1.4"
version = "1.2.0"
authors = ["dylni"]
edition = "2021"
rust-version = "1.60.0"
Expand All @@ -18,7 +18,7 @@ exclude = [".*", "tests.rs", "/rustfmt.toml", "/src/bin", "/tests"]
all-features = true

[dependencies]
quit_macros = { version = "=1.1.4", path = "macros" }
quit_macros = { version = "=1.2.0", path = "macros" }

[workspace]
members = ["macros"]
4 changes: 2 additions & 2 deletions 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 = "1.1"
quit = "1.2"
```

See the [documentation] for available functionality and examples.
Expand All @@ -32,7 +32,7 @@ crate's minor version:

```toml
[dependencies]
quit = "~1.1"
quit = "~1.2"
```

## License
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quit_macros"
version = "1.1.4"
version = "1.2.0"
authors = ["dylni"]
edition = "2021"
rust-version = "1.60.0"
Expand Down

0 comments on commit 6a426ac

Please sign in to comment.