Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dylni committed Jun 27, 2021
1 parent 7aa86e2 commit cb2d897
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "quit"
version = "1.1.3"
version = "1.1.4"
authors = ["dylni"]
edition = "2018"
exclude = [".*", "/rustfmt.toml", "/tests"]
Expand All @@ -20,7 +20,7 @@ rustdoc-args = [
]

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

[dev-dependencies]
lazy_static = "1.4"
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "quit_macros"
version = "1.1.3"
version = "1.1.4"
authors = ["dylni"]
edition = "2018"
exclude = [".*", "/rustfmt.toml", "/tests"]
Expand Down

0 comments on commit cb2d897

Please sign in to comment.