diff options
author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2024-04-27 21:40:16 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-27 13:40:16 +0200 |
commit | cabc3aa250d073942f414e795f625e88ff827f45 (patch) | |
tree | abe861fe77bbfc42ed1e451131231a36603a54a2 | |
parent | 43c61ea8b136836140faea98d932f6f8e66e35ef (diff) | |
download | skyhanni-cabc3aa250d073942f414e795f625e88ff827f45.tar.gz skyhanni-cabc3aa250d073942f414e795f625e88ff827f45.tar.bz2 skyhanni-cabc3aa250d073942f414e795f625e88ff827f45.zip |
Backend: Update neu version in recommended version (#1565)
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/utils/NEUVersionCheck.kt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/utils/NEUVersionCheck.kt b/src/main/java/at/hannibal2/skyhanni/utils/NEUVersionCheck.kt index 0d0d09ad4..01331bbdb 100644 --- a/src/main/java/at/hannibal2/skyhanni/utils/NEUVersionCheck.kt +++ b/src/main/java/at/hannibal2/skyhanni/utils/NEUVersionCheck.kt @@ -20,7 +20,7 @@ object NEUVersionCheck { neuWarning( "NotEnoughUpdates is missing!\n" + "SkyHanni requires the latest version of NotEnoughUpdates to work.\n" + - "You currently need NEU version 2.1.1-Pre-5 or later.\n" + + "You currently need NEU version 2.2.0 or later.\n" + "NEU 2.1 is NOT the latest version.\n" + "Use these links to download the latest version:" ) @@ -37,7 +37,7 @@ object NEUVersionCheck { } neuWarning( "NotEnoughUpdates is outdated!\n" + - "You currently need NEU version 2.1.1-Pre-5 or later.\n" + + "You currently need NEU version 2.2.0 or later.\n" + "NEU 2.1 is NOT the latest version.\n" + "Use these links to download the latest version:" ) @@ -49,7 +49,7 @@ object NEUVersionCheck { Pair("Join SkyHanni Discord", "https://discord.com/invite/skyhanni-997079228510117908"), Pair("Open SkyHanni GitHub", "https://github.com/hannibal002/SkyHanni"), Pair("Join NEU Discord", "https://discord.gg/moulberry"), - Pair("Download Pre-5", "https://github.com/NotEnoughUpdates/NotEnoughUpdates/releases/tag/v2.1.1-pre5"), + Pair("Download NEU 2.2.0", "https://github.com/NotEnoughUpdates/NotEnoughUpdates/releases/tag/2.2.0"), ) closeMinecraft() } |