diff --git a/Cargo.lock b/Cargo.lock index fb7cea5..482e349 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -696,7 +696,7 @@ dependencies = [ [[package]] name = "rodio-xm" -version = "0.1.0" +version = "0.1.1" dependencies = [ "libxm", "rodio", diff --git a/Cargo.toml b/Cargo.toml index e326392..d143873 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rodio-xm" -version = "0.1.0" +version = "0.1.1" edition = "2018" repository = "https://tinybird.dev/max/rodio-xm" authors = ["Max Bradbury "]