Skip to content

Commit

Permalink
Bump version number to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ustc-zzzz committed Mar 1, 2021
1 parent 1a727cc commit b06bbb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -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"
}
}
}

0 comments on commit b06bbb9

Please sign in to comment.