From 62ad4354813e6164853b90b1ef1e6a5810dd3ce6 Mon Sep 17 00:00:00 2001 From: Dominika Date: Mon, 30 Nov 2020 20:09:27 -0500 Subject: [PATCH] [bump] v1.3.2 --- README.md | 2 +- gradle.properties | 2 +- src/main/kotlin/Main.kt | 2 +- version.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bb443501..82f903f8 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.3.1.jar +java -jar bot-kt-v1.3.2.jar ``` #### Disabling update checking diff --git a/gradle.properties b/gradle.properties index 6385777b..83228841 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -bot_kt_version=v1.3.1 +bot_kt_version=v1.3.2 bot_kotlin_version=1.4.20 bot_kotlinx_coroutines_version=1.3.9 diff --git a/src/main/kotlin/Main.kt b/src/main/kotlin/Main.kt index c7186c7d..1af4366d 100644 --- a/src/main/kotlin/Main.kt +++ b/src/main/kotlin/Main.kt @@ -27,7 +27,7 @@ object Main { } } - const val currentVersion = "v1.3.1" + const val currentVersion = "v1.3.2" @JvmStatic fun main(vararg args: String) = runBlocking { diff --git a/version.json b/version.json index cdac9ae5..3e620ecd 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v1.3.1" + "version": "v1.3.2" } \ No newline at end of file