Skip to content
This repository was archived by the owner on Aug 29, 2022. It is now read-only.

Commit 08c31e4

Browse files
committed
1.0.0
1 parent 90c7d7c commit 08c31e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/MainMenuState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ using StringTools;
2525

2626
class MainMenuState extends MusicBeatState
2727
{
28-
public static var osEngineVesrion:String = '0.1.5'; //This is also used for Discord RPC
28+
public static var osEngineVesrion:String = '1.0.0'; //This is also used for Discord RPC
2929
public static var curSelected:Int = 0;
3030

3131
var menuItems:FlxTypedGroup<FlxSprite>;

0 commit comments

Comments
 (0)