Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tisawesomeness committed May 5, 2024
1 parent 9dc3523 commit 1e1945a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

allprojects {
group = 'com.tisawesomeness'
version = '0.1.1'
version = '0.2.0'
}

subprojects {
Expand Down Expand Up @@ -44,7 +44,9 @@ task copyToOutput(type: Copy) {
}

task cleanOutput() {
delete 'build/libs'
delete fileTree("build/libs/").matching {
include "*.jar"
}
}

task clean() {
Expand Down

0 comments on commit 1e1945a

Please sign in to comment.