Skip to content
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.

Commit

Permalink
[bump] Release Major 2.01.01
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT2 committed Jan 1, 2021
1 parent d895459 commit b42365c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
org.gradle.jvmargs=-Xmx3G
modGroup=me.zeroeightsix
modVersion=1.12.xx-dev
modVersion=2.01.xx-dev
kotlin_version=1.4.21
kotlinx_coroutines_version=1.4.1
6 changes: 3 additions & 3 deletions src/main/java/me/zeroeightsix/kami/KamiMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ public class KamiMod {

public static final String NAME = "KAMI Blue";
public static final String ID = "kamiblue";
public static final String VERSION = "1.12.xx-dev"; // Used for debugging. R.MM.DD-hash format.
public static final String VERSION_SIMPLE = "1.12.xx-dev"; // Shown to the user. R.MM.DD[-beta] format.
public static final String VERSION_MAJOR = "1.12.01"; // Used for update checking. RR.MM.01 format.
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 int BUILD_NUMBER = -1; // Do not remove, currently unused but will be used in the future.

public static final String APP_ID = "638403216278683661";
Expand Down

0 comments on commit b42365c

Please sign in to comment.