From d64ef1761875813e24ee56900cb8a7caf1506d9e Mon Sep 17 00:00:00 2001 From: ssdh233 Date: Wed, 10 Sep 2025 23:38:15 +0900 Subject: [PATCH 1/2] Change current version to delta --- src/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.js b/src/constants.js index 70371e5..ac26beb 100644 --- a/src/constants.js +++ b/src/constants.js @@ -1,6 +1,6 @@ const APP_VERSION = "v1.41.3"; -const ALL_VERSIONS = ["galaxywave", "galaxywave_delta", "fuzzup", "highvoltage", "nextage", "exchain", "matixx", "tbre", "tb"]; +const ALL_VERSIONS = [ "galaxywave_delta", "galaxywave", "fuzzup", "highvoltage", "nextage", "exchain", "matixx", "tbre", "tb"]; const CURRENT_VERSION = ALL_VERSIONS[0]; const CURRENT_VERSION_2 = ALL_VERSIONS[1]; From e8255975ac91f448634d6ce8cf1a55b8102ffac8 Mon Sep 17 00:00:00 2001 From: ssdh233 Date: Wed, 10 Sep 2025 23:39:41 +0900 Subject: [PATCH 2/2] v1.42.0 --- src/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.js b/src/constants.js index ac26beb..7e46a2a 100644 --- a/src/constants.js +++ b/src/constants.js @@ -1,4 +1,4 @@ -const APP_VERSION = "v1.41.3"; +const APP_VERSION = "v1.42.0"; const ALL_VERSIONS = [ "galaxywave_delta", "galaxywave", "fuzzup", "highvoltage", "nextage", "exchain", "matixx", "tbre", "tb"];