diff --git a/Cargo.lock b/Cargo.lock index facb889..7bb5682 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2809,7 +2809,7 @@ dependencies = [ [[package]] name = "rusty_spine" -version = "0.3.0" +version = "0.3.1" dependencies = [ "bevy", "bevy_egui", diff --git a/Cargo.toml b/Cargo.toml index 5a2cbf0..a3a1dce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty_spine" -version = "0.3.0" +version = "0.3.1" edition = "2021" description = "Spine runtime for Rust (and wasm!) transpiled from the official C Runtime." homepage = "https://github.com/jabuwu/rusty_spine" diff --git a/readme.md b/readme.md index 96bfa6d..0050e9a 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ Spine runtime for Rust (and wasm!) transpiled from the official C Runtime. Suppo ``` [dependencies] -rusty_spine = "0.3.0" +rusty_spine = "0.3.1" ``` [Online demo!](https://jabuwu.github.io/rusty_spine/)