Skip to content

Commit

Permalink
Bump version and update README for 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sburris0 committed Nov 5, 2023
1 parent e3414b8 commit 2ce0ead
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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_flycam"
version = "0.11.0"
version = "0.12.0"
authors = ["Spencer Burris <sburris@posteo.net>"]
edition = "2021"
license = "ISC"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
![Crates.io](https://img.shields.io/crates/l/bevy_flycam)
![docs.rs](https://img.shields.io/docsrs/bevy_flycam)

A basic first-person fly camera for Bevy 0.11
A basic first-person fly camera for Bevy 0.12

## Controls

Expand Down Expand Up @@ -123,6 +123,7 @@ fn setup(mut commands: Commands) {
bevy_flycam's crate version follows bevy's minor version as shown:
| bevy | bevy_flycam |
| :-- | :-- |
| `0.12.0` | `0.12.0` |
| `0.11.0` | `0.11.0` |
| `0.10.1` | `0.10.1` |

Expand Down

0 comments on commit 2ce0ead

Please sign in to comment.