From b1fb6fe36300c6125b6f39d9d0d771a2d4a3b032 Mon Sep 17 00:00:00 2001 From: Warrior <50800980+Warriorrrr@users.noreply.github.com> Date: Mon, 20 May 2024 18:09:53 +0200 Subject: [PATCH] Bump anvilgui to 1.9.3-SNAPSHOT --- gradle.properties | 2 +- gradle/libs.versions.toml | 2 +- src/main/resources/Changelog.txt | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index c7d8f21..bb449c4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group = io.github.townyadvanced -version = 0.0.9-SNAPSHOT +version = 0.0.9 paperVersions = 1.16-1.20.4 modrinthVersions = 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index abf742d..7abee14 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,5 +2,5 @@ spigot = { group = "org.spigotmc", name = "spigot-api", version = "1.19.4-R0.1-SNAPSHOT" } towny = { group = "com.palmergames.bukkit.towny", name = "towny", version = "0.100.2.5" } jetbrains-annotations = { group = "org.jetbrains", name = "annotations", version = "24.0.1" } -anvilgui = { group = "net.wesjd", name = "anvilgui", version = "1.9.2-SNAPSHOT" } +anvilgui = { group = "net.wesjd", name = "anvilgui", version = "1.9.3-SNAPSHOT" } jabel = { group = "com.github.bsideup.jabel", name = "jabel-javac-plugin", version = "1.0.0" } diff --git a/src/main/resources/Changelog.txt b/src/main/resources/Changelog.txt index fd375cb..10f9287 100644 --- a/src/main/resources/Changelog.txt +++ b/src/main/resources/Changelog.txt @@ -48,3 +48,4 @@ - Fix compatability with Towny versions 0.100.2.0 and up 0.0.9: - Add translations for Brazilian Portuguese, courtesy of josegoust + - Updated AnvilGUI to version 1.9.3-SNAPSHOT for 1.20.5/6 support.