diff --git a/changelog.md b/changelog.md index 7497529..f46d173 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,7 @@ # Better Safe Changelog +## v1.1.0 (2024-11-15) +- Ported to Geode v4.0.0-beta.1 + ## v1.1.0-beta.1 (2024-11-14) - Added event levels from the new Geometry Dash update - Ported to Geometry Dash v2.207 diff --git a/mod.json b/mod.json index 2f9a440..3a56e67 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.0-beta.1", + "version": "v1.1.0", "id": "hiimjustin000.better_safe", "name": "Better Safe", "developer": "hiimjustin000",