Skip to content

Commit

Permalink
Bump version to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKalbertodt committed Nov 19, 2020
1 parent 1fd7f66 commit d190716
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = "bunt"
version = "0.2.3"
version = "0.2.4"
authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>"]
edition = "2018"

Expand All @@ -18,5 +18,5 @@ categories = ["command-line-interface"]
exclude = [".github"]

[dependencies]
bunt-macros = { version = "=0.2.3", path = "macros" }
bunt-macros = { version = "=0.2.4", path = "macros" }
termcolor = "1.1.1"
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 = "bunt-macros"
version = "0.2.3"
version = "0.2.4"
authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>"]
edition = "2018"

Expand Down

0 comments on commit d190716

Please sign in to comment.