Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Redned235 committed Dec 14, 2024
1 parent 02a507e commit 903a269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ allprojects {
}

group = "org.battleplugins"
version = "4.0.0-SNAPSHOT"
version = "4.0.0"

repositories {
maven("https://repo.papermc.io/repository/maven-public")
Expand All @@ -20,4 +20,4 @@ allprojects {
languageVersion.set(JavaLanguageVersion.of(17))
}
}
}
}

0 comments on commit 903a269

Please sign in to comment.