Skip to content

Commit

Permalink
Bump API version
Browse files Browse the repository at this point in the history
  • Loading branch information
pop4959 committed Sep 2, 2024
1 parent 4c1d08e commit 111d7c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
}

dependencies {
compileOnly(group = "org.spigotmc", name = "spigot-api", version = "1.20.6-R0.1-SNAPSHOT")
compileOnly(group = "org.spigotmc", name = "spigot-api", version = "1.21.1-R0.1-SNAPSHOT")
compileOnly(group = "com.sk89q.worldedit", name = "worldedit-core", version = "7.1.0")
compileOnly(group = "com.sk89q.worldguard", name = "worldguard-bukkit", version = "7.0.0")
compileOnly(group = "com.palmergames.bukkit.towny", name = "towny", version = "0.98.2.0")
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: LWC
main: com.griefcraft.lwc.LWCPlugin
version: ${version}
api-version: '1.18'
api-version: "1.20.6"
author: Hidendra
authors: [pop4959, Me_Goes_RAWR]
website: https://www.spigotmc.org/resources/lwc-extended.69551/
Expand Down

0 comments on commit 111d7c7

Please sign in to comment.