Skip to content

Commit

Permalink
feat(bukkit): add support for 1.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Syrent committed Jun 4, 2024
1 parent 4755dd6 commit 413244f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/org/sayandev/Repositories.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package org.sayandev

const val stickynoteVersion = "1.0.35"

val paperApi = Dependency(
group = "io.papermc.paper",
artifact = "paper-api",
Expand Down Expand Up @@ -111,8 +113,6 @@ val placeholderAPI = Dependency(
modules = listOf(Module.BUKKIT)
)

const val stickynoteVersion = "1.0.34"

val stickynoteCore = Dependency(
group = "org.sayandev",
artifact = "stickynote-core",
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ description=A modular vanish system for Minecraft servers
website=https://sayandev.org
author=Syrent

version=1.0.0-rc.8
version=1.0.0-rc.9-SNAPSHOT

0 comments on commit 413244f

Please sign in to comment.