From f46f57e23d83053010fc165a55349367f60d2155 Mon Sep 17 00:00:00 2001
From: Cameron Taylor <cameron.taylor.ninja@gmail.com>
Date: Fri, 18 Oct 2024 19:51:06 -0400
Subject: [PATCH] proj hxp version bump

---
 project.hxp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project.hxp b/project.hxp
index 4e8dae4b8..2ec8ba445 100644
--- a/project.hxp
+++ b/project.hxp
@@ -25,7 +25,7 @@ class Project extends HXProject {
 	 * REMEMBER TO CHANGE THIS WHEN THE GAME UPDATES!
 	 * You only have to change it here, the rest of the game will query this value.
 	 */
-	static final VERSION:String = "0.5.2";
+	static final VERSION:String = "0.5.3";
 
 	/**
 	 * The game's name. Used as the default window title.