diff --git a/README.md b/README.md index 626b4584..92eb7675 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.4.jar +java -jar bot-kt-v1.5.5.jar ``` #### Disabling update checking diff --git a/gradle.properties b/gradle.properties index 0d1aeacd..51cf5b50 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -bot_kt_version=v1.5.4 +bot_kt_version=v1.5.5 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 5ed00b1b..9f571ded 100644 --- a/src/main/kotlin/org/kamiblue/botkt/Main.kt +++ b/src/main/kotlin/org/kamiblue/botkt/Main.kt @@ -24,7 +24,7 @@ import kotlin.system.exitProcess object Main { - const val currentVersion = "v1.5.4" + const val currentVersion = "v1.5.5" @Suppress("EXPERIMENTAL_API_USAGE") val mainScope = CoroutineScope(newSingleThreadContext("Bot-kt Main")) diff --git a/version.json b/version.json index 660ee4cd..9477fdd1 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v1.5.4" + "version": "v1.5.5" } \ No newline at end of file