aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2024-01-19 14:11:40 +0100
committerGitHub <noreply@github.com>2024-01-19 14:11:40 +0100
commit42685f3b78ce6b7339fca4775c7a0dbdded9f6fa (patch)
tree5180934b86bd539a2f9672529c2febff08014ebc
parent1ab63d2bc5a25a30ade1f21975bb6b0cb6e6d14a (diff)
downloadNotEnoughUpdates-42685f3b78ce6b7339fca4775c7a0dbdded9f6fa.tar.gz
NotEnoughUpdates-42685f3b78ce6b7339fca4775c7a0dbdded9f6fa.tar.bz2
NotEnoughUpdates-42685f3b78ce6b7339fca4775c7a0dbdded9f6fa.zip
feat: Version_ID +1 (#1004)
-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 bf94b603..3377010a 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 = 20103; //2.1.1 only so update notif works
+ public static final int VERSION_ID = 20104; //2.1.1 only so update notif works
public static final int PRE_VERSION_ID = 0;
public static final int HOTFIX_VERSION_ID = 0;