From 2ae4be5969d24f505805e58967398012a3acdbd6 Mon Sep 17 00:00:00 2001 From: Cvolton Date: Fri, 15 Nov 2024 22:41:37 +0100 Subject: [PATCH] bump ver to 1.8.0 --- changelog.md | 5 +++++ mod.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 0ec806f..a5c6351 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,8 @@ +## v1.8.0 +* Support for 2.206 +* Bump to Geode `v4.0.0-beta.1` +* Overhaul the memory viewer + ## v1.7.1 * Added support for Intel Mac * Disabled GD hooks that were still enabled on Windows diff --git a/mod.json b/mod.json index 0823939..b5bf4f5 100644 --- a/mod.json +++ b/mod.json @@ -1,6 +1,6 @@ { - "geode": "4.0.0-alpha.1", - "version": "v1.8.0-beta.1", + "geode": "4.0.0-beta.1", + "version": "v1.8.0", "gd": { "win": "*", "android": "*",