From 7766b34ccd38fe4f382d6b355223cca91dd63a3b Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Sun, 4 Oct 2020 16:49:06 -0500 Subject: [PATCH] Release Dis4IRC 1.2.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8c44cc3..7c9e82a 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { } group 'io.zachbr' -version '1.2.0-SNAPSHOT' +version '1.2.0' repositories { maven { url 'https://dl.bintray.com/kotlin/kotlin-eap/' }