From a451a73ebe10570f17ab1582081d79779063ee65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9l=C3=A8ne=20Amanita?= Date: Tue, 9 Apr 2024 01:52:43 +0200 Subject: [PATCH] Bump version number --- Cargo.toml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ce340c6..583a3d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_basic_portals" -version = "0.4.0" +version = "0.5.0" edition = "2021" categories = ["game-engines", "graphics", "rendering"] keywords = ["bevy", "portal", "mirror", "gamedev"] diff --git a/README.md b/README.md index 788717c..59476a4 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ if you want a bidirectional portal you can crate two portals manually ## Bevy versions | Bevy version | Bevy Basic Portals recommended version | |--------------|----------------------------------------| +| 0.13.* | 0.5.0 | | 0.12.* | 0.4.0 | | 0.11.1 | 0.3.0 | | 0.10.* | 0.2.1 |