Skip to content

Commit

Permalink
(cargo-release) version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mwylde committed Nov 15, 2021
1 parent f9f6000 commit 0f5a45b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion loopers-gui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "loopers-gui"
version = "0.1.2"
version = "0.2.0"
edition = "2018"
authors = ["Micah Wylde <[email protected]>"]
description = "Gui for loopers project. See loopers-jack for for the main project."
Expand Down
2 changes: 1 addition & 1 deletion loopers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ version = "^0.2.0"

[dependencies.loopers-gui]
path = "../loopers-gui"
version = "0.1.2"
version = "^0.2.0"

[features]
fail-on-warnings = []

0 comments on commit 0f5a45b

Please sign in to comment.