From ca48e1dac0e6129f249508636a39bd656c56db76 Mon Sep 17 00:00:00 2001 From: Goldorion <38427877+Goldorion@users.noreply.github.com> Date: Tue, 22 Aug 2023 21:31:52 -0400 Subject: [PATCH] Bump version --- src/plugin.json | 2 +- update.json | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/plugin.json b/src/plugin.json index c26833c..4332165 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -3,7 +3,7 @@ "minversion": 202200112711, "info": { "name": "ArrayList", - "version": "2.4.6", + "version": "2.4.7", "description": "Create and manage your own lists", "author": "Goldorion", "updateJSONURL": "https://raw.githubusercontent.com/Goldorion/Array-Lists-MCreator/master/update.json", diff --git a/update.json b/update.json index ef26049..3e1f8ee 100644 --- a/update.json +++ b/update.json @@ -1,9 +1,8 @@ { "arraylist": { - "latest": "2.4.6", + "latest": "2.4.7", "changes": [ - "Added support for Fabric 1.20.1", - "[Bugfix] In some cases, some getter blocks could cause build errors" + "Added Forge 1.20.1 support" ] } } \ No newline at end of file