diff options
| author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2022-10-10 05:37:05 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-09 20:37:05 +0200 |
| commit | 4662a5a792e4dd790a45cd8da158e4464fb1e2dd (patch) | |
| tree | 7fef407ab831730a0e211a47f1710ad19f1a6ce1 /src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java | |
| parent | 98ec7b09eec00e57632a92a0f9245dc755d386ae (diff) | |
| download | notenoughupdates-4662a5a792e4dd790a45cd8da158e4464fb1e2dd.tar.gz notenoughupdates-4662a5a792e4dd790a45cd8da158e4464fb1e2dd.tar.bz2 notenoughupdates-4662a5a792e4dd790a45cd8da158e4464fb1e2dd.zip | |
Last pr before 2.1 i hope (#347)
* Changed version so update notifier works for everyone
* Added some missed stuff to 2.1.md
* Fixed typo
* I just had to... fixed name
* Blame efe and lulo if that isnt right
Co-authored-by: jani270 <jani270@gmx.de>
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java | 2 |
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 09c910e9..3f535d68 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java @@ -123,7 +123,7 @@ import java.util.Set; public class NotEnoughUpdates { public static final String MODID = "notenoughupdates"; public static final String VERSION = "2.1.0-REL"; - public static final int VERSION_ID = 20100; + public static final int VERSION_ID = 20101; //2.1.1 only so update notif works public static final int PRE_VERSION_ID = 0; public static final int HOTFIX_VERSION_ID = 0; |
