From 136e7358b1daea113a359fe6b392a26fb36894f6 Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Mon, 30 Sep 2024 10:40:19 -0400 Subject: [PATCH] bump project version --- project.hxp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.hxp b/project.hxp index 2f537935a..5c04a2493 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.0"; + static final VERSION:String = "0.5.1"; /** * The game's name. Used as the default window title.