From 8d3e8bb3d444d39b7979bdb3197c6f52e50348d1 Mon Sep 17 00:00:00 2001 From: Fleeym <61891787+Fleeym@users.noreply.github.com> Date: Mon, 24 Jun 2024 23:00:12 +0300 Subject: [PATCH] version bump --- changelog.md | 5 +++++ mod.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index bb27c6e..02dff13 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## v1.6.2 + + - Re-enable `Pan editor` + - Bump to Geode `v3.1.0` + ## v1.6.1 - Remove `Pan editor` keybind temporarily diff --git a/mod.json b/mod.json index fa1c557..aa718e4 100644 --- a/mod.json +++ b/mod.json @@ -1,5 +1,5 @@ { - "geode": "3.0.0", + "geode": "3.1.0", "gd": { "win": "2.206" },