Skip to content

Commit

Permalink
Bump api, loaders and plugin to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kyngs committed Jul 9, 2024
1 parent 01422a1 commit 1dd24b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
compileOnly("io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT")
}

version = "3.0.0-SNAPSHOT"
version = "3.0.0"

java {
withSourcesJar()
Expand Down
2 changes: 1 addition & 1 deletion loaders/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "com.infernalsuite.aswm"
version = "3.0.0-SNAPSHOT"
version = "3.0.0"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id("net.kyori.blossom") version "2.1.0"
}

version = "3.0.0-SNAPSHOT"
version = "3.0.0"

sourceSets {
main {
Expand Down

0 comments on commit 1dd24b0

Please sign in to comment.