diff --git a/Cargo.toml b/Cargo.toml index 44dad67..6a75d71 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.2.0" +version = "0.3.0" [dependencies] bevy = {version = "0.8", default-features = false, features = ["render", "bevy_asset"]} diff --git a/README.md b/README.md index f51cc8d..8686aec 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,8 @@ I intend to support the `main` branch of Bevy in the `bevy-main` branch. |bevy|bevy_smud| |---|---| -|0.7|0.2, main| +|0.8|0.3, main| +|0.7|0.2| |0.6|0.1| ## Thanks!