Skip to content

Commit

Permalink
Update AnvilGUI version
Browse files Browse the repository at this point in the history
  • Loading branch information
Warriorrrr committed Dec 16, 2022
1 parent 34ab9c4 commit f86df63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

Expand Down Expand Up @@ -65,7 +65,7 @@ tasks {
}

runServer {
minecraftVersion("1.19.2")
minecraftVersion("1.19.3")
}
}

Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit f86df63

Please sign in to comment.