Skip to content

Commit

Permalink
Bump version (2.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
srnyx committed Sep 29, 2023
1 parent 7e59143 commit 377b1a0
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 @@ -16,7 +16,7 @@ subprojects {
apply(plugin = "xyz.srnyx.gradle-galaxy")
apply(plugin = "com.github.johnrengelman.shadow")

setupJava("xyz.srnyx", "2.0.0", "A simple library for JDA Discord bots", JavaVersion.VERSION_19)
setupJava("xyz.srnyx", "2.1.0", "A simple library for JDA Discord bots", JavaVersion.VERSION_19)
addCompilerArgs("-parameters")
repository(Repository.MAVEN_CENTRAL, Repository.JITPACK)

Expand Down

0 comments on commit 377b1a0

Please sign in to comment.