From 3ec3f0c08457260f49ebd001c6e0ee6dc58071b8 Mon Sep 17 00:00:00 2001 From: xypercode Date: Tue, 7 May 2024 21:53:44 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20Release=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d5ef395..2bdb1d8 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'maven-publish' group 'io.github.ultreon.corelibs' -version '0.2.0' +version '0.3.0' mkdir("${rootProject.projectDir}/.mvnrepo") apply plugin: 'java'