Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MyBlackMIDIScore authored Aug 23, 2024
1 parent 288985f commit 9605eeb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = ["core", "realtime", "soundfonts", "render"]

[workspace.package]
authors = ["Arduano", "MBMS", "Kaydax", "Khangaroo"]
version = "0.2.0"
version = "0.3.0"
license = "LGPL-3.0"
edition = "2021"
homepage = "https://github.com/BlackMIDIDevs/xsynth"
Expand All @@ -22,6 +22,6 @@ inherits = "release"
debug = true

[workspace.dependencies]
xsynth-core = { version = "0.2.0", path = "core" }
xsynth-realtime = { version = "0.2.0", path = "realtime" }
xsynth-soundfonts = { version = "0.2.0", path = "soundfonts" }
xsynth-core = { version = "0.3.0", path = "core" }
xsynth-realtime = { version = "0.3.0", path = "realtime" }
xsynth-soundfonts = { version = "0.3.0", path = "soundfonts" }

0 comments on commit 9605eeb

Please sign in to comment.