From 59e40d6a6cb294dbd02ab3c4366a99ac8b66f2a2 Mon Sep 17 00:00:00 2001 From: Justin Pridgen Date: Fri, 15 Nov 2024 19:33:12 -0500 Subject: [PATCH] 4.0.0-beta.1 --- changelog.md | 5 ++++- mod.json | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index c3b3cd7..3299814 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # Search History Changelog -## v1.1.1-beta.1 (2024-11-13) +## v1.1.1 (2024-11-15) +- Ported to Geode v4.0.0-beta.1 + +## v1.1.1-beta.1 (2024-11-14) - Ported to Geometry Dash v2.207 ## v1.1.0 (2024-09-08) diff --git a/mod.json b/mod.json index d732673..a0be06b 100644 --- a/mod.json +++ b/mod.json @@ -1,11 +1,11 @@ { - "geode": "4.0.0-alpha.1", + "geode": "4.0.0-beta.1", "gd": { "android": "2.2074", "win": "2.2074", "mac": "2.2074" }, - "version": "v1.1.1-beta.1", + "version": "v1.1.1", "id": "hiimjustin000.search_history", "name": "Search History", "developer": "hiimjustin000",