From 75ff975e58997e90f857dd765912d2948254f2ef Mon Sep 17 00:00:00 2001 From: PocketMars <51007356+PocketMars@users.noreply.github.com> Date: Tue, 30 Jun 2020 13:30:31 -0500 Subject: [PATCH] Updated version in build.gradle --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f5dc7b0..adb74eb 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'com.polymars' -version '1.0' +version '1.1' mainClassName = "Bot" sourceCompatibility = 1.8;