diff --git a/Cargo.lock b/Cargo.lock index 43436dc..fa544f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3432,7 +3432,7 @@ checksum = "49d64318d8311fc2668e48b63969f4343e0a85c4a109aa8460d6672e364b8bd1" [[package]] name = "twinc_emu_vst" -version = "0.5.0" +version = "0.4.1" dependencies = [ "async-ringbuf", "baseview", diff --git a/gb-vst/Cargo.toml b/gb-vst/Cargo.toml index baa8186..f594ea5 100644 --- a/gb-vst/Cargo.toml +++ b/gb-vst/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "twinc_emu_vst" -version = "0.5.0" +version = "0.4.1" edition = "2021" [lib]