We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c20f4d commit 65dacdeCopy full SHA for 65dacde
app/build.gradle.kts
@@ -103,7 +103,7 @@ dependencies {
103
104
tasks.shadowJar {
105
archiveBaseName.set("rekot")
106
- archiveVersion.set("0.1.1")
+ archiveVersion.set("0.1.2")
107
archiveClassifier.set("")
108
isZip64 = true
109
}
config/main/me/darthorimar/rekot/config/appConsts.kt
@@ -1,6 +1,6 @@
1
package me.darthorimar.rekot.config
2
3
-const val APP_VERSION = "0.1.1"
+const val APP_VERSION = "0.1.2"
4
const val APP_GITHUB_REPO = "darthorimar/rekot"
5
const val APP_NAME = "ReKot"
6
const val APP_NAME_LOWERCASE = "rekot"
0 commit comments