aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-09-09 21:30:12 -0400
committerLibravatar Silas Bartha <[email protected]>2024-09-09 21:30:12 -0400
commit8e98b888a45d7cd56f084a2a2c3793797447ffe7 (patch)
tree4b443adf9c8f0109076a75f78d8f009e3bb46ee4
parenta5e8a554b55e14e74614c45eee43fdff7fd6fcb5 (diff)
Bump to 0.1.2v0.1.2
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cfdbc69..ecde1f0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "bevy_rustysynth"
description = "A plugin which adds MIDI file and soundfont audio support to the bevy engine via rustysynth."
-version = "0.1.1"
+version = "0.1.2"
edition = "2021"
license = "0BSD OR MIT OR Apache-2.0"