diff --git a/README.md b/README.md index 50c3382a..626b4584 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ If that still does not help, Hit `Add Configuration` in the upper right of your #### Running prebuilt binaries ```bash -java -jar bot-kt-v1.5.3.jar +java -jar bot-kt-v1.5.4.jar ``` #### Disabling update checking diff --git a/gradle.properties b/gradle.properties index af10c6d4..0d1aeacd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -bot_kt_version=v1.5.3 +bot_kt_version=v1.5.4 bot_kotlin_version=1.4.20 bot_kotlinx_coroutines_version=1.4.1 diff --git a/src/main/kotlin/org/kamiblue/botkt/Main.kt b/src/main/kotlin/org/kamiblue/botkt/Main.kt index c5e487c1..aea16c36 100644 --- a/src/main/kotlin/org/kamiblue/botkt/Main.kt +++ b/src/main/kotlin/org/kamiblue/botkt/Main.kt @@ -20,7 +20,7 @@ import kotlin.system.exitProcess object Main { - const val currentVersion = "v1.5.3" + const val currentVersion = "v1.5.4" @Suppress("EXPERIMENTAL_API_USAGE") val mainScope = CoroutineScope(newSingleThreadContext("Bot-kt Main")) diff --git a/version.json b/version.json index 04b874b4..660ee4cd 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v1.5.3" + "version": "v1.5.4" } \ No newline at end of file