Skip to content

Commit 05b8b58

Browse files
committed
Version bumps
1 parent 3e3d906 commit 05b8b58

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

midi-udp-widgets-app/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "caw_midi_udp_widgets_app"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
edition = "2024"
55
description = "App for launching widgets that communicate with a caw synthesizer by sending midi commands over UDP"
66
authors = ["Stephen Sherratt <[email protected]>"]
@@ -9,6 +9,6 @@ homepage = "https://github.com/gridbugs/caw.git"
99
repository = "https://github.com/gridbugs/caw.git"
1010

1111
[dependencies]
12-
caw_widgets = { version = "0.2", path = "../widgets" }
12+
caw_widgets = { version = "0.3", path = "../widgets" }
1313
caw_midi_udp_client = { version = "0.1", path = "../midi-udp-client" }
1414
clap = { version = "4", features = ["derive"] }

widgets/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "caw_widgets"
3-
version = "0.2.2"
3+
version = "0.3.0"
44
edition = "2024"
55
description = "Graphical widgets for the caw synthesizer framework"
66
authors = ["Stephen Sherratt <[email protected]>"]

0 commit comments

Comments
 (0)