Skip to content

Commit

Permalink
Bump version (1.1.0 -> 2.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
srnyx committed Oct 3, 2024
1 parent 27ae138 commit 5e64eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
id("com.gradleup.shadow") version "8.3.3"
}

setupJava("xyz.srnyx", "1.1.0", "General Java utility library for srnyx's projects", JavaVersion.VERSION_1_8)
setupJava("xyz.srnyx", "2.0.0", "General Java utility library for srnyx's projects", JavaVersion.VERSION_1_8)

repositories.mavenCentral()
dependencies {
Expand Down

0 comments on commit 5e64eff

Please sign in to comment.