Skip to content

Commit bf00eed

Browse files
committed
Bump version (2.0.0)
Didn't realize there were so many changes since 1.0.1 so gonna update to 2.0.0 instead of 1.1.0
1 parent 3be7bcb commit bf00eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ subprojects {
1616
apply(plugin = "xyz.srnyx.gradle-galaxy")
1717
apply(plugin = "com.github.johnrengelman.shadow")
1818

19-
setupJava("xyz.srnyx", "1.1.0", "A simple library for JDA Discord bots", JavaVersion.VERSION_19)
19+
setupJava("xyz.srnyx", "2.0.0", "A simple library for JDA Discord bots", JavaVersion.VERSION_19)
2020
addCompilerArgs("-parameters")
2121
repository(Repository.MAVEN_CENTRAL, Repository.JITPACK)
2222
dependencies.implementation("net.dv8tion", "JDA", "5.0.0-beta.13")

0 commit comments

Comments
 (0)