Skip to content

Commit e776355

Browse files
committedApr 1, 2024··
Bump version (3.0.0)
1 parent 2801bd1 commit e776355

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", "2.1.0", "A simple library for JDA Discord bots", JavaVersion.VERSION_19)
19+
setupJava("xyz.srnyx", "3.0.0", "A simple library for JDA Discord bots", JavaVersion.VERSION_19)
2020
addCompilerArgs("-parameters")
2121
repository(Repository.MAVEN_CENTRAL, Repository.JITPACK)
2222

0 commit comments

Comments
 (0)
Please sign in to comment.