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:
parent
4c4f125e94
commit
c1c21be0db
@ -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
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user