diff --git a/build.gradle.kts b/build.gradle.kts index d1eea1b..fe9a043 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -32,7 +32,7 @@ dependencies { compileOnly("org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT") compileOnly("com.palmergames.bukkit.towny:towny:${townyVersion}") compileOnly("org.jetbrains:annotations:23.1.0") - implementation("net.wesjd:anvilgui:1.5.3-SNAPSHOT") + implementation("net.wesjd:anvilgui:1.6.0-SNAPSHOT") annotationProcessor("com.github.bsideup.jabel:jabel-javac-plugin:1.0.0") } @@ -65,7 +65,7 @@ tasks { } runServer { - minecraftVersion("1.19.2") + minecraftVersion("1.19.3") } } diff --git a/src/main/resources/Changelog.txt b/src/main/resources/Changelog.txt index 3034f98..4974dd0 100644 --- a/src/main/resources/Changelog.txt +++ b/src/main/resources/Changelog.txt @@ -17,3 +17,5 @@ - fix: User input text box is now empty by default - Added town and nation bank menus that shows current bank balance and last transaction time - Moved transaction history & deposit/withdraw buttons to the bank menus +0.0.3: + - Updated AnvilGUI version to 1.6.0-SNAPSHOT for proper 1.19.3 support.