From 76ecdc80b60540afe10c349fea3b599e7c92f457 Mon Sep 17 00:00:00 2001 From: Robin KAY Date: Fri, 1 Mar 2024 21:22:37 +0000 Subject: [PATCH] Update version and read-me for 0.7.0. --- Cargo.toml | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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 |