Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
- name: Publish The Release
uses: softprops/action-gh-release@v2
with:
name: "6.9.9"
tag_name: "6.9.9"
name: "9.6.6"
tag_name: "9.6.6"
make_latest: false
files: |
Windows x64.zip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ jobs:
- name: Publish The Release
uses: softprops/action-gh-release@v2
with:
name: "6.9.9"
tag_name: "6.9.9"
name: "9.6.6"
tag_name: "9.6.6"
last_release: false
files: |
/home/runner/*.apk
Expand Down
3 changes: 2 additions & 1 deletion gitVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
7.0.0
9.6.7

2 changes: 1 addition & 1 deletion source/states/MainMenuState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import options.OptionsState;

class MainMenuState extends MusicBeatState
{
public static var modsEngineVersion:String = '6.9.9'; // Latest Version bcuz v1.0.0 so late these today and This is also used for Discord RPC
public static var modsEngineVersion:String = '9.6.6'; // Latest Version bcuz v1.0.0 so late these today and This is also used for Discord RPC
public static var psychEngineVersion:String = '0.7.3';
public static var curSelected:Int = 0;

Expand Down