From 57e42d1e7d5da313740e1cb3188413a34bad9fd3 Mon Sep 17 00:00:00 2001 From: jabu Date: Tue, 15 Nov 2022 11:35:25 -0800 Subject: [PATCH] 0.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- readme.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 083aa72..c5c2e40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2517,7 +2517,7 @@ dependencies = [ [[package]] name = "rusty_spine" -version = "0.5.0-dev" +version = "0.5.0" dependencies = [ "bevy", "glam 0.21.3", diff --git a/Cargo.toml b/Cargo.toml index 44e7c30..b733325 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty_spine" -version = "0.5.0-dev" +version = "0.5.0" 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 85ae30d..51d3b5c 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.4.0" +rusty_spine = "0.5.0" ``` [Online demo!](https://jabuwu.github.io/rusty_spine/)