Skip to content

Commit 58b8ac3

Browse files
Updated version number to 0.2.0
1 parent 7240af4 commit 58b8ac3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["crates/*", "examples/*"]
44

55
[workspace.package]
6-
version = "0.1.0"
6+
version = "0.2.0"
77
rust-version = "1.77.0"
88
edition = "2021"
99
license = "MIT OR Apache-2.0"
@@ -12,9 +12,9 @@ repository = "https://github.com/urholaukkarinen/transform-gizmo"
1212
authors = ["Urho Laukkarinen <urho.laukkarinen@gmail.com>"]
1313

1414
[workspace.dependencies]
15-
transform-gizmo = { version = "0.1.0", path = "crates/transform-gizmo" }
16-
transform-gizmo-egui = { version = "0.1.0", path = "crates/transform-gizmo-egui" }
17-
transform-gizmo-bevy = { version = "0.1.0", path = "crates/transform-gizmo-bevy" }
15+
transform-gizmo = { version = "0.2.0", path = "crates/transform-gizmo" }
16+
transform-gizmo-egui = { version = "0.2.0", path = "crates/transform-gizmo-egui" }
17+
transform-gizmo-bevy = { version = "0.2.0", path = "crates/transform-gizmo-bevy" }
1818

1919
egui = "0.27.2"
2020
eframe = "0.27.2"

0 commit comments

Comments
 (0)