Skip to content

Commit

Permalink
Fixed versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
StarArawn committed Feb 11, 2024
1 parent a3e3d23 commit 5ef7252
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "kayak_ui"
description = "A UI library built using the bevy game engine!"
version = "0.5"
version = "0.5.0"
edition = "2021"
resolver = "2"
authors = ["John Mitchell"]
Expand Down
2 changes: 1 addition & 1 deletion kayak_font/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kayak_font"
description = "An SDF font renderer for Kayak UI and the Bevy game engine"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
resolver = "2"
authors = ["John Mitchell"]
Expand Down
2 changes: 1 addition & 1 deletion kayak_ui_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kayak_ui_macros"
description = "A proc macro library that provides RSX like syntax for Kayak UI."
version = "0.4.0"
version = "0.5.0"
edition = "2021"
resolver = "2"
authors = ["John Mitchell"]
Expand Down

0 comments on commit 5ef7252

Please sign in to comment.