diff --git a/Cargo.toml b/Cargo.toml index 5f2fa8b..123464d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_mod_outline" -version = "0.6.2" +version = "0.7.0" edition = "2021" license = "MIT OR Apache-2.0" description = "A mesh outlining plugin for Bevy." diff --git a/README.md b/README.md index 841902a..91751b4 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ vertex extrusion method. ```toml [dependencies] -bevy_mod_outline = "0.6" +bevy_mod_outline = "0.7" ``` ## Examples @@ -66,6 +66,7 @@ cargo run --example morph_targets | This Version | Bevy version | |--------------|--------------| +| 0.7.x | 0.13.x | | 0.6.x | 0.12.x | | 0.5.x | 0.11.x | | 0.4.x | 0.10.x |