Skip to content

Commit

Permalink
Bump version 0.3.0 -> 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGVSV committed Apr 17, 2022
1 parent fe25d29 commit 0435596
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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_proto"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["Gino Valente <gino.valente.code@gmail.com>"]
description = "Create config files for entities in Bevy"
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ components:

```toml
[dependencies]
bevy_proto = "0.3"
bevy_proto = "0.4"
```

Then add it to your app like so:
Expand Down Expand Up @@ -89,7 +89,8 @@ Check out these examples for more details as to how to use this crate:
## 🕊 Bevy Compatibility

| bevy | bevy_proto |
| ---- | ---------- |
|------|------------|
| 0.7 | 0.4.0 |
| 0.6 | 0.3.0 |
| 0.5 | 0.2.1 |

Expand Down

0 comments on commit 0435596

Please sign in to comment.