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

Commit 4da652c

Browse files
committed
forgot to change ver
1 parent 71b515d commit 4da652c

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
@@ -29,7 +29,7 @@ using StringTools;
2929

3030
class MainMenuState extends MusicBeatState
3131
{
32-
public static var osEngineVesrion:String = '1.3.0'; //This is also used for Discord RPC
32+
public static var osEngineVesrion:String = '1.3.1'; //This is also used for Discord RPC
3333
public static var curSelected:Int = 0;
3434

3535
var menuItems:FlxTypedGroup<FlxSprite>;

0 commit comments

Comments
 (0)