From d820675242895ad277d0d6d4d2927b5228fae670 Mon Sep 17 00:00:00 2001 From: jabu Date: Fri, 28 Oct 2022 15:03:08 -0700 Subject: [PATCH] 0.4.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 7bb5682..99ffa3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2809,7 +2809,7 @@ dependencies = [ [[package]] name = "rusty_spine" -version = "0.3.1" +version = "0.4.0" dependencies = [ "bevy", "bevy_egui", diff --git a/Cargo.toml b/Cargo.toml index a3a1dce..8d31d54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty_spine" -version = "0.3.1" +version = "0.4.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 6f6f684..93f91aa 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.1" +rusty_spine = "0.4.0" ``` [Online demo!](https://jabuwu.github.io/rusty_spine/)