diff --git a/Cargo.toml b/Cargo.toml index 53e66c9..97e19da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["gamedev", "bevy", "sdf"] license = "MIT OR Apache-2.0" name = "bevy_smud" repository = "https://github.com/johanhelsing/bevy_smud" -version = "0.4.0" +version = "0.5.0" [dependencies] bevy = {version = "0.10", default-features = false, features = [ diff --git a/README.md b/README.md index a9615af..fffed18 100644 --- a/README.md +++ b/README.md @@ -90,11 +90,12 @@ The `main` branch targets the latest bevy release. I intend to support the `main` branch of Bevy in the `bevy-main` branch. |bevy|bevy_smud| -|---|---| -|0.9|0.4, main| -|0.8|0.3| -|0.7|0.2| -|0.6|0.1| +|----|---------| +|0.10|0.5, main| +|0.9 |0.4 | +|0.8 |0.3 | +|0.7 |0.2 | +|0.6 |0.1 | ## Thanks!