Skip to content

Commit bbb2296

Browse files
committedFeb 19, 2025·
oops a mistake in the version comment
1 parent fd672e0 commit bbb2296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎project.hxp

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Project extends HXProject {
2525
* REMEMBER TO CHANGE THIS WHEN THE GAME UPDATES!
2626
* You only have to change it here, the rest of the game will query this value.
2727
*/
28-
static final VERSION:String = "0.0.3"; // 0.0.2 is based on Friday Night Funkin' v0.5.3.
28+
static final VERSION:String = "0.0.3"; // 0.0.3 is based on Friday Night Funkin' v0.5.3.
2929

3030
/**
3131
* The game's name. Used as the default window title.

0 commit comments

Comments
 (0)
Please sign in to comment.