From 8508fd08dc4d72df1f5023f07618231d47fd6c4e Mon Sep 17 00:00:00 2001 From: jabu Date: Mon, 3 Oct 2022 22:16:27 -0700 Subject: [PATCH] 0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6a00437..facb889 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2809,7 +2809,7 @@ dependencies = [ [[package]] name = "rusty_spine" -version = "0.2.0" +version = "0.3.0" dependencies = [ "bevy", "bevy_egui", diff --git a/Cargo.toml b/Cargo.toml index d887d28..5a2cbf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty_spine" -version = "0.2.0" +version = "0.3.0" edition = "2021" description = "Spine runtime for Rust (and wasm!) transpiled from the official C Runtime." homepage = "https://github.com/jabuwu/rusty_spine"