Update version and read-me for 0.7.0.

This commit is contained in:
Robin KAY 2024-03-01 21:22:37 +00:00
parent 66db3b8065
commit 76ecdc80b6
2 changed files with 3 additions and 2 deletions

View File

@ -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."

View File

@ -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 |