Skip to content

Commit

Permalink
Bump version to 0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
komadori committed Nov 3, 2023
1 parent 4e098d1 commit 186732f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_mod_outline"
version = "0.5.1"
version = "0.6"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "A mesh outlining plugin for Bevy."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ vertex extrusion method.

```toml
[dependencies]
bevy_mod_outline = "0.5"
bevy_mod_outline = "0.6"
```

## Examples
Expand Down

0 comments on commit 186732f

Please sign in to comment.