Skip to content

Commit 43d52bf

Browse files
committed
Bump some versions
1 parent ca96fc0 commit 43d52bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

keyboard/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_keyboard"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "Abstract representation of a (musical) keyboard for the caw synthesizer framework"
55
authors = ["Stephen Sherratt <[email protected]>"]
66
license = "MIT"

modules/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_modules"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
description = "Collection of synthesizer modules for the caw synthesizer framework"
55
authors = ["Stephen Sherratt <[email protected]>"]
66
license = "MIT"

utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "caw_utils"
33
description = "Utilities for building synthesizers with caw"
4-
version = "0.4.0"
4+
version = "0.4.1"
55
authors = ["Stephen Sherratt <[email protected]>"]
66
license = "MIT"
77
homepage = "https://github.com/gridbugs/caw.git"

0 commit comments

Comments
 (0)