From 294183c84d05ec4926c85d2fb117fa397c48e625 Mon Sep 17 00:00:00 2001 From: Cvolton Date: Thu, 4 Jul 2024 00:48:50 +0200 Subject: [PATCH] bump version to 1.6.3 --- changelog.md | 4 ++++ mod.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 02dff13..8622e95 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## v1.6.3 + + - Fix various issues in PlayLayer + ## v1.6.2 - Re-enable `Pan editor` diff --git a/mod.json b/mod.json index 5c84dbb..960db58 100644 --- a/mod.json +++ b/mod.json @@ -1,9 +1,9 @@ { - "geode": "3.1.0", + "geode": "3.1.1", "gd": { "win": "2.206" }, - "version": "v1.6.2", + "version": "v1.6.3", "id": "geode.custom-keybinds", "name": "Custom Keybinds", "developer": "Geode Team",