From eaa54543ec1608c5e27ef1d8547a40673b49a888 Mon Sep 17 00:00:00 2001 From: 4o4E <869951226@qq.com> Date: Sun, 8 Oct 2023 03:00:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E8=87=B31.?= =?UTF-8?q?1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buildSrc/src/main/kotlin/Versions.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/Versions.kt b/buildSrc/src/main/kotlin/Versions.kt index 68c7122..c1f4a40 100644 --- a/buildSrc/src/main/kotlin/Versions.kt +++ b/buildSrc/src/main/kotlin/Versions.kt @@ -1,6 +1,6 @@ object Versions { const val group = "top.e404" - const val version = "1.1.0" + const val version = "1.1.1" const val kotlin = "1.8.21" const val skiko = "0.7.77" }