Skip to content

Commit

Permalink
Bump version (3.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
srnyx committed Apr 21, 2024
1 parent 2796060 commit 4997d7d
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 @@ -13,7 +13,7 @@ plugins {
id("com.github.johnrengelman.shadow") version "8.1.1"
}

setupJava("xyz.srnyx", "3.0.1", "A simple library for JDA Discord bots", JavaVersion.VERSION_19)
setupJava("xyz.srnyx", "3.1.0", "A simple library for JDA Discord bots", JavaVersion.VERSION_19)
application.mainClass.set("xyz.srnyx.lazylibrary.LazyLibrary")
addCompilerArgs("-parameters")

Expand Down

0 comments on commit 4997d7d

Please sign in to comment.