From 8f93efad2e959c7e5a78493adb8c07724dff5262 Mon Sep 17 00:00:00 2001 From: jabu Date: Mon, 27 Feb 2023 15:51:18 -0600 Subject: [PATCH] 0.5.1 --- Cargo.toml | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/)