From e9bd68da94614aa971e104fa440a7d180ce87244 Mon Sep 17 00:00:00 2001 From: Multirious Date: Wed, 3 Apr 2024 22:51:08 +0700 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ef5d2a4..a90353b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bevy_tween" description = "Flexible tweening plugin library for Bevy" -version = "0.2.0" +version = "0.3.0" edition = "2021" authors = [ "Multirious" ] license = "MIT OR Apache-2.0"