From b06bbb92f0da81c893b1bbd33e826f86a4cde11f Mon Sep 17 00:00:00 2001 From: Yanbing Zhao Date: Mon, 1 Mar 2021 14:08:03 +0800 Subject: [PATCH] Bump version number to v0.3.0 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 00506a7..f071c2c 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ apply plugin: 'net.minecraftforge.gradle' apply plugin: 'eclipse' apply plugin: 'maven-publish' -version = '0.2.2' +version = '0.3.0' group = 'org.teacon' archivesBaseName = 'ChromeBall-Forge-1.16' @@ -131,4 +131,4 @@ task("githubActionOutput") { println "::set-output name=artifact_path::$buildDir/reobfJar/output.jar" println "::set-output name=artifact_name::$archivesBaseName-${version}.jar" } -} \ No newline at end of file +}