From e5a0cfbe3e6a5ae70379209e6f968fb8fa6cf035 Mon Sep 17 00:00:00 2001 From: Multirious Date: Mon, 8 Apr 2024 23:23:49 +0700 Subject: [PATCH] Bump version --- 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 1b21934..769473a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -871,7 +871,7 @@ dependencies = [ [[package]] name = "bevy_tween" -version = "0.3.1" +version = "0.4.0" dependencies = [ "bevy", "bevy-inspector-egui", diff --git a/Cargo.toml b/Cargo.toml index 9c75914..8d6fdb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bevy_tween" description = "Flexible tweening plugin library for Bevy" -version = "0.3.1" +version = "0.4.0" edition = "2021" authors = [ "Multirious" ] license = "MIT OR Apache-2.0" diff --git a/README.md b/README.md index d628c17..812972a 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ https://github.com/Multirious/bevy_tween/assets/77918086/593c9b64-6e7f-40bf-b0b7 |`bevy`|`bevy_tween`| |------|------------| -|0.13 |0.2–0.3 | +|0.13 |0.2–0.4 | ## Credits - [`bevy_tweening`](https://github.com/djeedai/bevy_tweening)