From 1f359ca5b0d7a3e3eb46ac0bd525b83955dc1cef Mon Sep 17 00:00:00 2001 From: theapache64 Date: Sat, 27 Mar 2021 00:19:12 +0530 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20bump=20version=20to=201.0.?= =?UTF-8?q?1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c2c7562..4089e6f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } group = "com.theapache64" -version = "1.0.0" +version = "1.0.1" repositories { jcenter()