1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-02-07 12:07:19 +00:00

bump project version

This commit is contained in:
Cameron Taylor 2024-09-30 10:40:19 -04:00
parent 84ff83759f
commit 136e7358b1

View file

@ -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.