Skip to content

Commit

Permalink
Updated version number to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
urholaukkarinen committed Jul 7, 2024
1 parent ecb30de commit 00be178
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
Expand Up @@ -3,7 +3,7 @@ resolver = "2"
members = ["crates/*", "examples/*"]

[workspace.package]
version = "0.2.0"
version = "0.3.0"
rust-version = "1.79.0"
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -12,9 +12,9 @@ repository = "https://github.com/urholaukkarinen/transform-gizmo"
authors = ["Urho Laukkarinen <[email protected]>"]

[workspace.dependencies]
transform-gizmo = { version = "0.2.0", path = "crates/transform-gizmo" }
transform-gizmo-egui = { version = "0.2.0", path = "crates/transform-gizmo-egui" }
transform-gizmo-bevy = { version = "0.2.0", path = "crates/transform-gizmo-bevy" }
transform-gizmo = { version = "0.3.0", path = "crates/transform-gizmo" }
transform-gizmo-egui = { version = "0.3.0", path = "crates/transform-gizmo-egui" }
transform-gizmo-bevy = { version = "0.3.0", path = "crates/transform-gizmo-bevy" }

egui = "0.28.0"
eframe = "0.28.0"
Expand Down

0 comments on commit 00be178

Please sign in to comment.