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.03.01
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT2 committed Mar 2, 2021
1 parent 4869529 commit dab414e
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=org.kamiblue
modVersion=2.02.xx-dev
modVersion=2.03.xx-dev
kotlin_version=1.4.30
kotlinx_coroutines_version=1.4.2
6 changes: 3 additions & 3 deletions src/main/kotlin/org/kamiblue/client/KamiMod.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ class KamiMod {
const val ID = "kamiblue"
const val DIRECTORY = "kamiblue/"

const val VERSION = "2.02.xx-dev" // Used for debugging. R.MM.DD-hash format.
const val VERSION_SIMPLE = "2.02.xx-dev" // Shown to the user. R.MM.DD[-beta] format.
const val VERSION_MAJOR = "2.02.01" // Used for update checking. RR.MM.01 format.
const val VERSION = "2.03.xx-dev" // Used for debugging. R.MM.DD-hash format.
const val VERSION_SIMPLE = "2.03.xx-dev" // Shown to the user. R.MM.DD[-beta] format.
const val VERSION_MAJOR = "2.03.01" // Used for update checking. RR.MM.01 format.
const val BUILD_NUMBER = -1 // Do not remove, currently unused but will be used in the future.

const val APP_ID = "638403216278683661"
Expand Down

0 comments on commit dab414e

Please sign in to comment.