Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowMario committed Jul 1, 2022
1 parent 4dae823 commit fa00085
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gitVersion.txt
@@ -1 +1 @@
0.6.1
0.6.2
2 changes: 1 addition & 1 deletion source/MainMenuState.hx
Expand Up @@ -25,7 +25,7 @@ using StringTools;

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

var menuItems:FlxTypedGroup<FlxSprite>;
Expand Down

3 comments on commit fa00085

@RealMhin
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wow 0.6.2

@Paracosm-Daemon
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

up

@travisgamemaker
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

down

Please sign in to comment.