From 03843946862561f08074c7567a7e6d96bfc920b3 Mon Sep 17 00:00:00 2001
From: John Mitchell <6656977+StarArawn@users.noreply.github.com>
Date: Sun, 11 Dec 2022 11:38:20 -0500
Subject: [PATCH] More release prep stuff.

---
 .gitignore                 | 2 ++
 Cargo.toml                 | 4 ++--
 kayak_font/Cargo.toml      | 2 +-
 kayak_ui_macros/Cargo.toml | 2 +-
 4 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index b6a3ebc..c8c5c7f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,5 @@ msdfgen
 .DS_Store
 
 Cargo.lock
+
+.cargo
\ No newline at end of file
diff --git a/Cargo.toml b/Cargo.toml
index dc075d9..a2fa5ce 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,9 +19,9 @@ members = ["kayak_ui_macros", "kayak_font"]
 bevy = { version = "0.9" }
 bytemuck = "1.12"
 dashmap = "5.4"
-kayak_font = { path = "./kayak_font", version = "0.1" }
+kayak_font = { path = "./kayak_font", version = "0.2" }
 morphorm = "0.3"
-kayak_ui_macros = { path = "./kayak_ui_macros", version = "0.1" }
+kayak_ui_macros = { path = "./kayak_ui_macros", version = "0.2" }
 indexmap = "1.9"
 log = "0.4"
 bitflags = "1.3.2"
diff --git a/kayak_font/Cargo.toml b/kayak_font/Cargo.toml
index f326aa4..84d8048 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.1.0"
+version = "0.2.0"
 edition = "2021"
 resolver = "2"
 authors = ["John Mitchell"]
diff --git a/kayak_ui_macros/Cargo.toml b/kayak_ui_macros/Cargo.toml
index ab1a68a..155a45f 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.1.0"
+version = "0.2.0"
 edition = "2021"
 resolver = "2"
 authors = ["John Mitchell"]
-- 
GitLab