From 5ef72525c83ac051a75662493f4f0a9c31cb63ce Mon Sep 17 00:00:00 2001 From: StarToaster <6656977+StarArawn@users.noreply.github.com> Date: Sun, 11 Feb 2024 11:49:12 -0500 Subject: [PATCH] Fixed versions. --- Cargo.toml | 2 +- kayak_font/Cargo.toml | 2 +- kayak_ui_macros/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bbe1684d..f6395647 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] diff --git a/kayak_font/Cargo.toml b/kayak_font/Cargo.toml index b80169fa..343ed16f 100644 --- a/kayak_font/Cargo.toml +++ b/kayak_font/Cargo.toml @@ -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"] diff --git a/kayak_ui_macros/Cargo.toml b/kayak_ui_macros/Cargo.toml index d009e0c0..b824497c 100644 --- a/kayak_ui_macros/Cargo.toml +++ b/kayak_ui_macros/Cargo.toml @@ -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"]