diff options
author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2023-07-01 09:37:52 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-01 01:37:52 +0200 |
commit | 20ba67da25de8f2849d374266f6e826a0e0c6158 (patch) | |
tree | 2b568c65bd7a27e3208b318630bd29f38100eb39 | |
parent | dc4997f76cb343a9133b6b11bbdd539daaafcb46 (diff) | |
download | skyhanni-20ba67da25de8f2849d374266f6e826a0e0c6158.tar.gz skyhanni-20ba67da25de8f2849d374266f6e826a0e0c6158.tar.bz2 skyhanni-20ba67da25de8f2849d374266f6e826a0e0c6158.zip |
Merge pull request #281
* neu thing
* forgot things
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/utils/NEUVersionCheck.kt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/utils/NEUVersionCheck.kt b/src/main/java/at/hannibal2/skyhanni/utils/NEUVersionCheck.kt index 00a51aaa7..0ad02ad61 100644 --- a/src/main/java/at/hannibal2/skyhanni/utils/NEUVersionCheck.kt +++ b/src/main/java/at/hannibal2/skyhanni/utils/NEUVersionCheck.kt @@ -20,9 +20,10 @@ 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-Alpha-16.1 or later.\n" + + "You currently need NEU version 2.1.1-Alpha-17.1 or later.\n" + "NEU 2.1 is NOT the latest version.\n" + - "It is ONLY in the alphas channel in the NEU discord\n" + + "It is ONLY in the #neu-alphas channel in the NEU discord\n" + + "Or in the #neu-updates channel in the SkyHanni discord\n" + "Use these links to download the latest version:" ) return @@ -39,9 +40,10 @@ object NEUVersionCheck { neuWarning( "NotEnoughUpdates is outdated!\n" + "SkyHanni requires the latest version of NotEnoughUpdates to work.\n" + - "You currently need NEU version 2.1.1-Alpha-16.1 or later.\n" + + "You currently need NEU version 2.1.1-Alpha-17.1 or later.\n" + "NEU 2.1 is NOT the latest version.\n" + - "It is ONLY in the alphas channel in the NEU discord\n" + + "It is ONLY in the #neu-alphas channel in the NEU discord\n" + + "Or in the #neu-updates channel in the SkyHanni discord\n" + "Use these links to download the latest version:" ) } |