Bump version to 0.6.

This commit is contained in:
Robin KAY 2023-11-08 21:38:20 +00:00
parent c44034def7
commit 65c7c3356f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "bevy_mod_outline"
version = "0.5.1"
version = "0.6.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.5"
bevy_mod_outline = "0.6"
```
## Examples