From 42c8fa20d2a1621bcd98c685a3fb603e466c5a98 Mon Sep 17 00:00:00 2001 From: Gino Valente Date: Sun, 31 Jul 2022 17:07:14 -0700 Subject: [PATCH] Bump version 0.4.0 -> 0.5.0 --- Cargo.toml | 2 +- README.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e5bf7bc..2359f15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_proto" -version = "0.4.0" +version = "0.5.0" edition = "2021" authors = ["Gino Valente "] description = "Create config files for entities in Bevy" diff --git a/README.md b/README.md index 12f267b..344504a 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,8 @@ components: ```toml [dependencies] -bevy_proto = "0.4" -typetag = "0.1" +bevy_proto = "0.5" +typetag = "0.2" ``` Then add it to your app like so: @@ -91,6 +91,7 @@ Check out these examples for more details as to how to use this crate: | bevy | bevy_proto | |------|------------| +| 0.8 | 0.5.0 | | 0.7 | 0.4.0 | | 0.6 | 0.3.0 | | 0.5 | 0.2.1 |