From 8a57acb28cb37dc2e75dffe7f105276793841fdc Mon Sep 17 00:00:00 2001
From: John <toasterthegamer@gmail.com>
Date: Fri, 28 Oct 2022 11:07:32 -0400
Subject: [PATCH] Update chapter_1.md

---
 book/src/chapter_1.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/book/src/chapter_1.md b/book/src/chapter_1.md
index 9fb6449..478fdf4 100644
--- a/book/src/chapter_1.md
+++ b/book/src/chapter_1.md
@@ -3,7 +3,7 @@ Kayak UI is quite easy to setup! First make sure you add it to your cargo.toml f
 
 Because a crate has yet to be released this currently this looks like:
 ```toml
-kayak_ui = { git = "https://github.com/StarArawn/kayak_ui/", rev = "75a56767830f980bfc43f29fe93659f1eaef30dd"}
+kayak_ui = { git = "https://github.com/StarArawn/kayak_ui/", rev = "9b212e230a5325a3ac6897390ded0bc358eebc80"}
 ```
 
 Once you've added Kayak UI to your bevy project you can now start to use it! 
-- 
GitLab