Skip to content

Commit

Permalink
Bump version 0.4.0 -> 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGVSV committed Aug 1, 2022
1 parent afb40fb commit 42c8fa2
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.4.0"
version = "0.5.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,8 +58,8 @@ components:

```toml
[dependencies]
bevy_proto = "0.4"
typetag = "0.1"
bevy_proto = "0.5"
typetag = "0.2"
```

Then add it to your app like so:
Expand Down Expand Up @@ -91,6 +91,7 @@ Check out these examples for more details as to how to use this crate:

| bevy | bevy_proto |
|------|------------|
| 0.8 | 0.5.0 |
| 0.7 | 0.4.0 |
| 0.6 | 0.3.0 |
| 0.5 | 0.2.1 |
Expand Down

0 comments on commit 42c8fa2

Please sign in to comment.