From 48355a78073c32f6ad1800045879b98b6024b815 Mon Sep 17 00:00:00 2001 From: Umut Date: Tue, 20 Feb 2024 16:35:42 +0300 Subject: [PATCH] v0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1a0cf80..2d03eb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "A Bevy helper to easily manage resources that need to persist acr categories = ["config", "filesystem", "game-development"] keywords = ["gamedev", "bevy", "persistent", "resource"] repository = "https://github.com/umut-sahin/bevy-persistent/" -version = "0.4.3" +version = "0.5.0" edition = "2021" license = "MIT OR Apache-2.0" authors = [