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

Commit ad6ca6b

Browse files
committed
bump: Release Major 2.04.01
1 parent 94d0c2b commit ad6ca6b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
org.gradle.jvmargs=-Xmx3G
22
modGroup=org.kamiblue
3-
modVersion=2.03.xx-dev
3+
modVersion=2.04.xx-dev
44
kotlin_version=1.4.30
55
kotlinx_coroutines_version=1.4.2

src/main/kotlin/org/kamiblue/client/KamiMod.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ class KamiMod {
2525
const val ID = "kamiblue"
2626
const val DIRECTORY = "kamiblue/"
2727

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

3333
const val APP_ID = "638403216278683661"

0 commit comments

Comments
 (0)