From 920eb6364845a6edef72d9e1098d13bba807a4af Mon Sep 17 00:00:00 2001 From: jabu Date: Mon, 6 Mar 2023 23:53:27 -0600 Subject: [PATCH] 0.5.0 --- Cargo.toml | 2 +- readme.md | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5b93967..ecf432a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_spine" -version = "0.4.0" +version = "0.5.0" edition = "2021" description = "Spine plugin for Bevy utilizing rusty_spine" homepage = "https://github.com/jabuwu/bevy_spine" diff --git a/readme.md b/readme.md index 6f5c073..8d01b65 100644 --- a/readme.md +++ b/readme.md @@ -4,19 +4,20 @@ A Bevy Plugin for [Spine 4.1](http://esotericsoftware.com/), utilizing [rusty_sp ``` [dependencies] -bevy = "0.9" -bevy_spine = "0.4" +bevy = "0.10" +bevy_spine = "0.5" ``` [See online demos!](https://jabuwu.github.io/bevy_spine_demos/) ([source repo](https://github.com/jabuwu/bevy_spine_demos)) ## Versions -| bevy_spine | rusty_spine | bevy | spine | -| ----------- | ----------- | ---- | ----- | -| main | 0.5 | 0.10 | 4.1 | -| 0.4.0 | 0.5 | 0.9 | 4.1 | -| 0.3.0 | 0.4 | 0.8 | 4.1 | +| bevy_spine | rusty_spine | bevy | spine | +| ---------- | ----------- | ---- | ----- | +| main | 0.5 | 0.10 | 4.1 | +| 0.5 | 0.5 | 0.10 | 4.1 | +| 0.4 | 0.5 | 0.9 | 4.1 | +| 0.3 | 0.4 | 0.8 | 4.1 | ## Project Status