Skip to content

Commit

Permalink
Snapshot 3.9.7-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Rollczi committed Dec 30, 2024
1 parent e4dbd4b commit d9c899e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/litecommands-publish.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "dev.rollczi"
version = "3.9.6"
version = "3.9.7-SNAPSHOT"

publishing {
java {
Expand Down
4 changes: 2 additions & 2 deletions examples/jda/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "dev.rollczi"
version = "3.9.5"
version = "3.9.6"

repositories {
mavenCentral()
Expand All @@ -14,7 +14,7 @@ repositories {
}

dependencies {
// implementation("dev.rollczi:litecommands-jda:3.9.5") // <-- uncomment in your project
// implementation("dev.rollczi:litecommands-jda:3.9.6") // <-- uncomment in your project
implementation(project(":litecommands-jda")) // don't use this line in your build.gradle

implementation("net.dv8tion:JDA:5.2.2")
Expand Down

0 comments on commit d9c899e

Please sign in to comment.