From 9605eebddeade76397140956c9fb03ba6949b8ae Mon Sep 17 00:00:00 2001 From: MBMS <31241793+MyBlackMIDIScore@users.noreply.github.com> Date: Fri, 23 Aug 2024 13:13:36 +0300 Subject: [PATCH] Bump version --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5c9a12c..0f582f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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" }