diff --git a/Cargo.toml b/Cargo.toml index b733325..42a0c11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty_spine" -version = "0.5.0" +version = "0.5.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 51d3b5c..548de1f 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.5.0" +rusty_spine = "0.5" ``` [Online demo!](https://jabuwu.github.io/rusty_spine/)