Skip to content

Commit

Permalink
Update version + authors + api version
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen1212055 committed Dec 3, 2022
1 parent d7e14b7 commit e5c761b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
allprojects {
apply(plugin = "java")
group = "io.papermc.debuggery"
version = "1.4.0-SNAPSHOT"
version = "1.5.0-SNAPSHOT"

java {
toolchain.languageVersion.set(JavaLanguageVersion.of(17))
Expand Down
4 changes: 2 additions & 2 deletions debuggery-bukkit/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Debuggery
main: io.zachbr.debuggery.DebuggeryJavaPlugin
version: ${version}
api-version: 1.13
authors: [Z750, kennytv]
api-version: 1.19
authors: [Z750, kennytv, Owen1212055]
website: https://github.com/PaperMC/Debuggery
description: A small plugin designed to expose API values at runtime.
commands:
Expand Down

0 comments on commit e5c761b

Please sign in to comment.