diff --git a/Cargo.toml b/Cargo.toml index df3ff90..1a63b3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_proto" -version = "0.3.0" +version = "0.4.0" edition = "2021" authors = ["Gino Valente "] description = "Create config files for entities in Bevy" diff --git a/README.md b/README.md index 34cfd4e..45ce223 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ components: ```toml [dependencies] -bevy_proto = "0.3" +bevy_proto = "0.4" ``` Then add it to your app like so: @@ -89,7 +89,8 @@ Check out these examples for more details as to how to use this crate: ## 🕊 Bevy Compatibility | bevy | bevy_proto | -| ---- | ---------- | +|------|------------| +| 0.7 | 0.4.0 | | 0.6 | 0.3.0 | | 0.5 | 0.2.1 |