Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit bf5d3c4

Browse files
1.0.7
1 parent 6899091 commit bf5d3c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77

88
ext.kotlin_version = "1.5.21"
99

10-
version = "1.0.6"
10+
version = "1.0.7"
1111
group = "mynameisjeff"
1212
archivesBaseName = "SkyblockClient-Updater"
1313

@@ -36,7 +36,7 @@ dependencies {
3636
// include "com.example:example:1.0.0"
3737
include "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
3838
include "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
39-
include "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlin_version"
39+
include "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1-native-mt"
4040
}
4141

4242
/**

src/main/kotlin/mynameisjeff/skyblockclientupdater/SkyClientUpdater.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import net.minecraftforge.fml.common.gameevent.TickEvent
1313
@Mod(modid = "skyblockclientupdater", name = "SkyClient Updater", version = SkyClientUpdater.VERSION, clientSideOnly = true, modLanguage = "kotlin", modLanguageAdapter = "mynameisjeff.skyblockclientupdater.utils.kotlin.KotlinAdapter")
1414
object SkyClientUpdater {
1515

16-
const val VERSION = "1.0.6"
16+
const val VERSION = "1.0.7"
1717

1818
@JvmField
1919
val mc = Minecraft.getMinecraft()

0 commit comments

Comments
 (0)