Skip to content

Commit cde3d13

Browse files
committed
Add readme files, bump versions
1 parent a77ae50 commit cde3d13

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

builder-proc-macros/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_builder_proc_macros"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "A macro for generating builders"
55
authors = ["Stephen Sherratt <[email protected]>"]
66
license = "MIT"

computer-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_computer_keyboard"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Use a computer keyboard to control caw synthesizer modules"
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.3.1"
3+
version = "0.3.2"
44
description = "Core types for caw software-defined modular synthesizer"
55
authors = ["Stephen Sherratt <[email protected]>"]
66
license = "MIT"

interactive/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_interactive"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "Interactive keyboard and mouse control, and visualization for the caw synthesizer framework"
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.2.2"
3+
version = "0.2.3"
44
description = "Abstract representation of a (musical) keyboard for the caw synthesizer framework"
55
authors = ["Stephen Sherratt <[email protected]>"]
66
license = "MIT"

midi-file/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_midi_file"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Play midi files with the caw synthesizer framework"
55
authors = ["Stephen Sherratt <[email protected]>"]
66
license = "MIT"

midi-live/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_midi_live"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Use a midi device to control caw synthesizers"
55
authors = ["Stephen Sherratt <[email protected]>"]
66
license = "MIT"

midi-serial/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_midi_serial"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Control caw synthesizers with a serial device that transmits midi data over a serial port"
55
authors = ["Stephen Sherratt <[email protected]>"]
66
license = "MIT"

midi/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_midi"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Common midi logic 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.2.2"
3+
version = "0.2.3"
44
description = "Collection of synthesizer modules for the caw synthesizer framework"
55
authors = ["Stephen Sherratt <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)