Skip to content

Commit 32d242f

Browse files
I think the update should be released now
1 parent 4828e4f commit 32d242f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/MainMenuState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class MainMenuState extends MusicBeatState
2626
{
2727
public static final gitCommit:String = HaxeCommit.getGitCommitHash();
2828

29-
public static var psychEngineJSVersionNumber:String = '1.45.0'; //This is also used for Discord RPC
29+
public static var psychEngineJSVersionNumber:String = '1.46.0'; //This is also used for Discord RPC
3030
public static var psychEngineJSVersion:String = psychEngineJSVersionNumber #if commit + ' (Commit $gitCommit)' #end; //This is also used for Discord RPC
3131
public static var psychEngineVersion:String = '0.6.3'; //This is also used for Discord RPC
3232
public static var curSelected:Int = 0;

0 commit comments

Comments
 (0)