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

Commit

Permalink
1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
My-Name-Is-Jeff committed Aug 13, 2021
1 parent 6899091 commit bf5d3c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

ext.kotlin_version = "1.5.21"

version = "1.0.6"
version = "1.0.7"
group = "mynameisjeff"
archivesBaseName = "SkyblockClient-Updater"

Expand Down Expand Up @@ -36,7 +36,7 @@ dependencies {
// include "com.example:example:1.0.0"
include "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
include "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
include "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlin_version"
include "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1-native-mt"
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import net.minecraftforge.fml.common.gameevent.TickEvent
@Mod(modid = "skyblockclientupdater", name = "SkyClient Updater", version = SkyClientUpdater.VERSION, clientSideOnly = true, modLanguage = "kotlin", modLanguageAdapter = "mynameisjeff.skyblockclientupdater.utils.kotlin.KotlinAdapter")
object SkyClientUpdater {

const val VERSION = "1.0.6"
const val VERSION = "1.0.7"

@JvmField
val mc = Minecraft.getMinecraft()
Expand Down

0 comments on commit bf5d3c4

Please sign in to comment.