From aa89432e8490f72f247655eac29ff8bc4abf1a82 Mon Sep 17 00:00:00 2001 From: riktenx Date: Fri, 29 Aug 2025 12:03:15 -0400 Subject: [PATCH] contrib/version --- README.md | 3 ++- build.gradle | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da182f0..32bd900 100644 --- a/README.md +++ b/README.md @@ -67,4 +67,5 @@ Bonus Click Notification | Information Panel * Integrated Smith's outfit effect - [Aiadan](https://github.com/Aiadan "Aiadan's github") * Added metal counter - +- [Rikten X](https://github.com/riktenx "Rikten X's github") + * Added configs to enhance text visibility diff --git a/build.gradle b/build.gradle index 80976cf..2217078 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ dependencies { } group = 'com.toofifty' -version = '1.0.10' +version = '1.0.11' tasks.withType(JavaCompile).configureEach { options.encoding = 'UTF-8'