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 |