We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a9c24 commit 2133b8fCopy full SHA for 2133b8f
gradle.properties
@@ -4,6 +4,6 @@ org.gradle.parallel=true
4
5
mod.id=odin-client
6
mod.name=OdinClient
7
-mod.version=0.1.6-r2
+mod.version=0.1.7-r1
8
9
kotlin.code.style=official
src/main/kotlin/starred/skies/odin/OdinClient.kt
@@ -39,7 +39,7 @@ object OdinClient : ClientModInitializer {
39
private var lastInstall: String by mainFile.string("lastInstall")
40
private var send: Boolean = true
41
42
- const val MOD_VERSION: String = /*$ mod_version*/ "0.1.6-r2"
+ const val MOD_VERSION: String = /*$ mod_version*/ "0.1.7-r1"
43
val moduleConfig: ModuleConfig = ModuleConfig("odinClient")
44
val joinListeners = mutableListOf<() -> Unit>()
45
0 commit comments