Skip to content

Commit

Permalink
bump version before release
Browse files Browse the repository at this point in the history
  • Loading branch information
KillingSpark committed Jul 5, 2021
1 parent d9bf566 commit 796f3b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example_keywallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
"rustbus" = {path = "../rustbus", version = "0.13.0"}
"rustbus" = {path = "../rustbus", version = "0.14.0"}
2 changes: 1 addition & 1 deletion rustbus/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustbus"
version = "0.13.0"
version = "0.14.0"
authors = ["Moritz Borcherding <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion rustbus_derive_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
"rustbus" = {path = "../rustbus", version = "0.13.0"}
"rustbus" = {path = "../rustbus", version = "0.14.0"}
"rustbus_derive" = {path = "../rustbus_derive", version = "0.2.0"}

0 comments on commit 796f3b5

Please sign in to comment.