diff --git a/README.md b/README.md index 4234953c..79168e1b 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.4.2.jar +java -jar bot-kt-v1.4.3.jar ``` #### Disabling update checking diff --git a/gradle.properties b/gradle.properties index 2242c31a..e17b1bee 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -bot_kt_version=v1.4.2 +bot_kt_version=v1.4.3 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 cde108e5..fb0f2ef1 100644 --- a/src/main/kotlin/org/kamiblue/botkt/Main.kt +++ b/src/main/kotlin/org/kamiblue/botkt/Main.kt @@ -24,7 +24,7 @@ object Main { } } - const val currentVersion = "v1.4.2" + const val currentVersion = "v1.4.3" @JvmStatic fun main(vararg args: String) = runBlocking { diff --git a/version.json b/version.json index 243633cd..914bb106 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v1.4.2" + "version": "v1.4.3" } \ No newline at end of file