Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
janhohenheim committed Jan 21, 2024
1 parent d0670ef commit 00fc795
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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 = "spew"
version = "0.3.0"
version = "0.4.0"
authors = ["Jan Hohenheim <jan@hohenheim.ch>"]
edition = "2021"
exclude = ["assets", "docs"]
Expand Down
9 changes: 5 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,11 @@ You can read through the [docs](https://docs.rs/spew) or peruse the [examples](h
Other cool stuff you can do is delay the spawning by a certain amount of frames or time or organize your spawn lists into multiple enums.

## Compatibility
| bevy | spew |
|------|-------|
| 0.11 | 0.3 |
| 0.10 | 0.2 |
| bevy | spew |
|------|------|
| 0.12 | 0.4 |
| 0.11 | 0.3 |
| 0.10 | 0.2 |


## Motivation
Expand Down

0 comments on commit 00fc795

Please sign in to comment.