Skip to content

Commit e5c761b

Browse files
committed
Update version + authors + api version
1 parent d7e14b7 commit e5c761b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
allprojects {
88
apply(plugin = "java")
99
group = "io.papermc.debuggery"
10-
version = "1.4.0-SNAPSHOT"
10+
version = "1.5.0-SNAPSHOT"
1111

1212
java {
1313
toolchain.languageVersion.set(JavaLanguageVersion.of(17))

debuggery-bukkit/src/main/resources/plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Debuggery
22
main: io.zachbr.debuggery.DebuggeryJavaPlugin
33
version: ${version}
4-
api-version: 1.13
5-
authors: [Z750, kennytv]
4+
api-version: 1.19
5+
authors: [Z750, kennytv, Owen1212055]
66
website: https://github.com/PaperMC/Debuggery
77
description: A small plugin designed to expose API values at runtime.
88
commands:

0 commit comments

Comments
 (0)