From 575d111d8b112b659ae0e28d5fbcc440a4067203 Mon Sep 17 00:00:00 2001 From: TechStudent10 <76978184+TechStudent10@users.noreply.github.com> Date: Thu, 1 Aug 2024 18:55:01 -0600 Subject: [PATCH] v1.1.0 --- about.md | 4 +++- changelog.md | 4 ++++ mod.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/about.md b/about.md index 1955b17..74ecd78 100644 --- a/about.md +++ b/about.md @@ -9,4 +9,6 @@ An enhanced options modal for Geometry Dash. HUGE thank you and shoutout to the [GD Docs](https://wyliemaster.github.io/gddocs/#), specifically the page about [game variables](https://wyliemaster.github.io/gddocs/#/resources/client/gamesave/gv). This mod would've been absolute pain to program without these resources. -And a quick thank you to hiimjustin000, for help in reverse engineering. +Thank you to +- hiimjustin000, for help in reverse engineering +- Alphalaneous, for the logo and drastically cleaning up my UI :D diff --git a/changelog.md b/changelog.md index 63c05f2..01ef474 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +# 1.1.0 +- New logo (thank you [Alphalaneous](user:7834088)) +- Cleaned up design (thank you [Alphalaneous](user:7834088)) + # 1.0.1 - Quick bugfix update, fixes the info label issues diff --git a/mod.json b/mod.json index df2821a..fc6e238 100644 --- a/mod.json +++ b/mod.json @@ -8,7 +8,7 @@ }, "id": "techstudent10.settings_plus", "name": "Settings+", - "version": "v1.0.1", + "version": "v1.1.0", "developer": "TechStudent10", "description": "A better Settings experience", "repository": "https://github.com/TechStudent10/SettingsPlus",