Skip to content

Commit 13100ee

Browse files
committed
Bump versions
1 parent a9e0cae commit 13100ee

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

caw/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"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
description = "A framework for building software-defined modular synthesizers"
55
authors = ["Stephen Sherratt <[email protected]>"]
66
license = "MIT"

core/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_core"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
description = "Core types for caw software-defined modular synthesizer"
55
authors = ["Stephen Sherratt <[email protected]>"]
66
license = "MIT"

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.5.0"
3+
version = "0.5.1"
44
description = "Abstract representation of a (musical) keyboard 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.5.0"
4+
version = "0.5.1"
55
authors = ["Stephen Sherratt <[email protected]>"]
66
license = "MIT"
77
homepage = "https://github.com/gridbugs/caw.git"

0 commit comments

Comments
 (0)