Skip to content

Commit

Permalink
Fix version numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
Alice Cecile committed Mar 1, 2024
1 parent e5d7435 commit 40e27e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "leafwing_input_playback"
description = "Input recording and mocking functionality for the Bevy game engine."
version = "0.4.0"
version = "0.5.0"
authors = ["Leafwing Studios"]
homepage = "https://leafwing-studios.com/"
repository = "https://github.com/leafwing-studios/leafwing_input_playback"
Expand Down
6 changes: 3 additions & 3 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Release Notes

## Version 0.4
## Version 0.5

- migrated to Bevy 0.13

## Version 0.3
## Version 0.4

- migrated to `bevy 0.10`.
- migrated to Bevy 0.10`
- note that `App::update` no longer sends an `AppExit` event: this may affect your tests!

## Version 0.1
Expand Down

0 comments on commit 40e27e1

Please sign in to comment.