Skip to content

Commit

Permalink
Bump version (#16)
Browse files Browse the repository at this point in the history
* Bump to 0.4.2

* Set bevy versions to 0.10 instead of 0.10.0
  • Loading branch information
Plonq authored May 6, 2023
1 parent 2ff0130 commit e155df3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_panorbit_camera"
version = "0.4.1"
version = "0.4.2"
authors = ["Plonq"]
edition = "2021"
description = "A basic pan and orbit camera in Bevy"
Expand All @@ -15,12 +15,12 @@ readme = "README.md"
bevy_egui = ["dep:bevy_egui"]

[dependencies]
bevy = { version = "0.10.0", default-features = false }
bevy_easings = "0.10.0"
bevy = { version = "0.10", default-features = false }
bevy_easings = "0.10"
bevy_egui = { version = "0.20", optional = true, default-features = false }

[dev-dependencies]
bevy = { version = "0.10.0" }
bevy = { version = "0.10" }
bevy-inspector-egui = { version = "0.18.3", default-features = false }

[[example]]
Expand Down

0 comments on commit e155df3

Please sign in to comment.