1
0
mirror of https://github.com/kami-blue/client synced 2024-12-18 05:04:43 +00:00

[bump] Release Major 2.02.01

This commit is contained in:
lv 2021-02-01 21:16:33 -05:00
parent 4c4f125e94
commit c1c21be0db
No known key found for this signature in database
GPG Key ID: AF236A45B0255DA8
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
org.gradle.jvmargs=-Xmx3G
modGroup=me.zeroeightsix
modVersion=2.01.xx-dev
modVersion=2.02.xx-dev
kotlin_version=1.4.21
kotlinx_coroutines_version=1.4.1

View File

@ -23,9 +23,9 @@ public class KamiMod {
public static final String NAME = "KAMI Blue";
public static final String ID = "kamiblue";
public static final String VERSION = "2.01.xx-dev"; // Used for debugging. R.MM.DD-hash format.
public static final String VERSION_SIMPLE = "2.01.xx-dev"; // Shown to the user. R.MM.DD[-beta] format.
public static final String VERSION_MAJOR = "2.01.01"; // Used for update checking. RR.MM.01 format.
public static final String VERSION = "2.02.xx-dev"; // Used for debugging. R.MM.DD-hash format.
public static final String VERSION_SIMPLE = "2.02.xx-dev"; // Shown to the user. R.MM.DD[-beta] format.
public static final String VERSION_MAJOR = "2.02.01"; // Used for update checking. RR.MM.01 format.
public static final int BUILD_NUMBER = -1; // Do not remove, currently unused but will be used in the future.
public static final String APP_ID = "638403216278683661";