From 7a6fad1f0613ceec1e31dfd4624582f1496140b4 Mon Sep 17 00:00:00 2001 From: Ali Alafandy <107328467+AliAlafandy@users.noreply.github.com> Date: Sat, 15 Nov 2025 18:27:24 +0200 Subject: [PATCH 1/4] Update MainMenuState.hx --- source/states/MainMenuState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/states/MainMenuState.hx b/source/states/MainMenuState.hx index 318db392..3a5d00d8 100644 --- a/source/states/MainMenuState.hx +++ b/source/states/MainMenuState.hx @@ -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; From 52e6f14cd73a41a44f3598e3ba3cd3bfdf5f90b3 Mon Sep 17 00:00:00 2001 From: Ali Alafandy <107328467+AliAlafandy@users.noreply.github.com> Date: Sat, 15 Nov 2025 18:28:03 +0200 Subject: [PATCH 2/4] Update gitVersion.txt --- gitVersion.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gitVersion.txt b/gitVersion.txt index 254a68c8..ee3186db 100644 --- a/gitVersion.txt +++ b/gitVersion.txt @@ -1 +1,2 @@ -7.0.0 +9.6.7 + From 2bdd8835f84996a45ecb4bdbcdef240293f479a8 Mon Sep 17 00:00:00 2001 From: Ali Alafandy <107328467+AliAlafandy@users.noreply.github.com> Date: Sat, 15 Nov 2025 18:28:57 +0200 Subject: [PATCH 3/4] Update release-action.yml --- .github/workflows/release-action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-action.yml b/.github/workflows/release-action.yml index 54c9ce3e..62bd7bcd 100644 --- a/.github/workflows/release-action.yml +++ b/.github/workflows/release-action.yml @@ -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 From 49b06a940ef00603bdec846d6cf086e10dade253 Mon Sep 17 00:00:00 2001 From: Ali Alafandy <107328467+AliAlafandy@users.noreply.github.com> Date: Sat, 15 Nov 2025 18:29:47 +0200 Subject: [PATCH 4/4] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6f6ff660..be2a9629 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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