Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aevyrie committed Mar 24, 2023
1 parent e5603a4 commit 59421a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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_framepace"
version = "0.11.0"
version = "0.12.0"
edition = "2021"
resolver = "2"
description = "Frame pacing and frame limiting for Bevy"
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ library is not accurate enough for this application, especially on Windows.

I intend to track the `main` branch of Bevy. PRs supporting this are welcome!

| bevy | bevy_framepace |
| ---- | ------------------- |
| 0.10 | 0.11 |
| 0.9 | 0.7, 0.8, 0.9, 0.10 |
| 0.8 | 0.5, 0.6 |
| 0.7 | 0.4 |
| 0.6 | 0.3 |
| bevy | bevy_framepace |
| ---- | ------------------- |
| 0.10 | 0.12 |
| 0.9 | 0.7, 0.8, 0.9, 0.10, 0.11 |
| 0.8 | 0.5, 0.6 |
| 0.7 | 0.4 |
| 0.6 | 0.3 |


## License
Expand Down

0 comments on commit 59421a7

Please sign in to comment.