Skip to content

Commit

Permalink
DOH forgot the update version
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanSantiagoYT committed Oct 13, 2023
1 parent d672682 commit f6772cb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gitVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.0
1.12.0
2 changes: 1 addition & 1 deletion source/MainMenuState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ using StringTools;

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

Expand Down
10 changes: 5 additions & 5 deletions version.downloadMe
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
1.11.0;
- funny crash messages
- SHOWCASE MODE!!
- Fixed Discord RPC
- Chart Diagnosis
1.12.0;
- Accurate RAM
- Toggleable RAM Counter
- Chart Editor Improvements
- More optimizations

0 comments on commit f6772cb

Please sign in to comment.