aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2024-02-18 08:17:30 +0100
committerGitHub <noreply@github.com>2024-02-18 08:17:30 +0100
commit2d35fd4e6a8088c561ea03c6e3a3ec604e29effb (patch)
tree4c41db5cff1e1bb109d05641b071a06e40d1c237 /src
parent4ec9ffc04af4ab964af8dc29fdcfc51079655678 (diff)
downloadNotEnoughUpdates-2d35fd4e6a8088c561ea03c6e3a3ec604e29effb.tar.gz
NotEnoughUpdates-2d35fd4e6a8088c561ea03c6e3a3ec604e29effb.tar.bz2
NotEnoughUpdates-2d35fd4e6a8088c561ea03c6e3a3ec604e29effb.zip
+1 Version (#1021)
Diffstat (limited to 'src')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java b/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java
index 3377010a..4e26cbf0 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java
@@ -96,7 +96,7 @@ import java.util.Set;
public class NotEnoughUpdates {
public static final String MODID = "notenoughupdates";
public static final String VERSION = "2.1.1-PRE";
- public static final int VERSION_ID = 20104; //2.1.1 only so update notif works
+ public static final int VERSION_ID = 20105; //2.1.1 only so update notif works
public static final int PRE_VERSION_ID = 0;
public static final int HOTFIX_VERSION_ID = 0;