Bump version to 0.2.
This commit is contained in:
parent
4627eaa093
commit
c971bddb1f
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bevy_mod_outline"
|
name = "bevy_mod_outline"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
description = "A mesh outlining plugin for Bevy."
|
description = "A mesh outlining plugin for Bevy."
|
||||||
|
|
|
@ -7,7 +7,7 @@ vertex extrusion method.
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bevy_mod_outline = "0.1"
|
bevy_mod_outline = "0.2"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
@ -23,6 +23,7 @@ cargo run --example cube
|
||||||
| This Version | Bevy version |
|
| This Version | Bevy version |
|
||||||
|--------------|--------------|
|
|--------------|--------------|
|
||||||
| 0.1.x | 0.7.x |
|
| 0.1.x | 0.7.x |
|
||||||
|
| 0.2.x | 0.8.x |
|
||||||
|
|
||||||
## Known Issues
|
## Known Issues
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue