From 1c23c79d4e6812872fee95ac40dbedbd3c96ef68 Mon Sep 17 00:00:00 2001 From: Dominika Date: Mon, 28 Dec 2020 11:30:12 -0500 Subject: [PATCH] [bump] v1.6.0 --- README.md | 2 +- gradle.properties | 2 +- src/main/kotlin/org/kamiblue/botkt/Main.kt | 2 +- version.json | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9f787daf..52631835 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,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.9.jar +java -jar bot-kt-v1.6.0.jar ``` #### Disabling update checking diff --git a/gradle.properties b/gradle.properties index ab706cb2..b3ebf25c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -bot_kt_version=v1.5.9 +bot_kt_version=v1.6.0 bot_kotlin_version=1.4.21 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 c99ed0cf..4ea4890e 100644 --- a/src/main/kotlin/org/kamiblue/botkt/Main.kt +++ b/src/main/kotlin/org/kamiblue/botkt/Main.kt @@ -25,7 +25,7 @@ import kotlin.system.exitProcess object Main { - const val currentVersion = "v1.5.9" + const val currentVersion = "v1.6.0" val startUpTime: Instant = Instant.now() @Suppress("EXPERIMENTAL_API_USAGE") diff --git a/version.json b/version.json index 20d1dea7..a3903b1d 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v1.5.9" -} \ No newline at end of file + "version": "v1.6.0" +}