From 996fbc1075f609b045de7da28b5a560aa9b0ce97 Mon Sep 17 00:00:00 2001 From: Josiah Glosson Date: Wed, 4 Dec 2024 11:56:41 -0600 Subject: [PATCH] Bump version to 0.5.1 --- changelogs/0.5.1.md | 6 ++++++ gradle.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 changelogs/0.5.1.md diff --git a/changelogs/0.5.1.md b/changelogs/0.5.1.md new file mode 100644 index 0000000..c536598 --- /dev/null +++ b/changelogs/0.5.1.md @@ -0,0 +1,6 @@ +## Changes + +- Add support for 1.21.4 + - Make the add friends screen scrollable for 1.21.4+ (only noticeable with plugins) +- Update Russian translation (thanks to [Korben](https://github.com/mpustovoi)) +- Add full javadocs to the plugin system diff --git a/gradle.properties b/gradle.properties index bcb8693..2ec8c42 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,4 +2,4 @@ org.gradle.jvmargs=-Xmx3G # Mod properties -mod.version=0.5.0 +mod.version=0.5.1