Skip to content

Commit

Permalink
Bump version (2.0.0)
Browse files Browse the repository at this point in the history
Didn't realize there were so many changes since 1.0.1 so gonna update to 2.0.0 instead of 1.1.0
  • Loading branch information
srnyx committed Sep 25, 2023
1 parent 3be7bcb commit bf00eed
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", "1.1.0", "A simple library for JDA Discord bots", JavaVersion.VERSION_19)
setupJava("xyz.srnyx", "2.0.0", "A simple library for JDA Discord bots", JavaVersion.VERSION_19)
addCompilerArgs("-parameters")
repository(Repository.MAVEN_CENTRAL, Repository.JITPACK)
dependencies.implementation("net.dv8tion", "JDA", "5.0.0-beta.13")
Expand Down

0 comments on commit bf00eed

Please sign in to comment.