Skip to content

Commit

Permalink
Bump to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alt-art committed Apr 21, 2024
1 parent f2a6352 commit 45e0bf8
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 @@ -9,7 +9,7 @@ shadowJar {
}

group = 'org.altart'
version = '1.2.2'
version = '2.0.0'

repositories {
mavenCentral()
Expand Down Expand Up @@ -56,4 +56,4 @@ processResources {
}
}

defaultTasks('clean', 'build', 'shadowJar')
defaultTasks('clean', 'build', 'shadowJar')

0 comments on commit 45e0bf8

Please sign in to comment.