aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCalMWolfs <94038482+CalMWolfs@users.noreply.github.com>2024-02-16 17:57:21 +1100
committerGitHub <noreply@github.com>2024-02-16 07:57:21 +0100
commit985cc0ee938f2798539221684025dc10bd9bdfbf (patch)
treec957772d8d44144660a1f8623e13a40f176c156b /src
parent70bbbc3c2002c55866db74d8121e94ef848c5cfd (diff)
downloadskyhanni-985cc0ee938f2798539221684025dc10bd9bdfbf.tar.gz
skyhanni-985cc0ee938f2798539221684025dc10bd9bdfbf.tar.bz2
skyhanni-985cc0ee938f2798539221684025dc10bd9bdfbf.zip
Bump NEU to version 2.1.1 pre-5. #1015
Diffstat (limited to 'src')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/utils/NEUVersionCheck.kt6
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 f05f4bd0b..0d0d09ad4 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-4 or later.\n" +
+ "You currently need NEU version 2.1.1-Pre-5 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-4 or later.\n" +
+ "You currently need NEU version 2.1.1-Pre-5 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-4", "https://github.com/NotEnoughUpdates/NotEnoughUpdates/releases/tag/v2.1.1-pre4"),
+ Pair("Download Pre-5", "https://github.com/NotEnoughUpdates/NotEnoughUpdates/releases/tag/v2.1.1-pre5"),
)
closeMinecraft()
}