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

Commit

Permalink
forgot to change ver
Browse files Browse the repository at this point in the history
  • Loading branch information
notweuz committed May 28, 2022
1 parent 71b515d commit 4da652c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/MainMenuState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ using StringTools;

class MainMenuState extends MusicBeatState
{
public static var osEngineVesrion:String = '1.3.0'; //This is also used for Discord RPC
public static var osEngineVesrion:String = '1.3.1'; //This is also used for Discord RPC
public static var curSelected:Int = 0;

var menuItems:FlxTypedGroup<FlxSprite>;
Expand Down

0 comments on commit 4da652c

Please sign in to comment.