From 3f17eddae1ee4a03ee0fd389dafa47e4664980a6 Mon Sep 17 00:00:00 2001 From: SnaveSutit Date: Wed, 7 May 2025 11:40:22 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v1.7.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/pluginPackage/changelog.json | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b599911b..7c1678ae 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "title": "Animated Java", "icon": "icon.svg", "description": "A Blockbench plugin that makes complex animation a breeze in Minecraft: Java Edition.", - "version": "1.7.0", + "version": "1.7.1", "min_blockbench_version": "4.12.0", "variant": "desktop", "tags": [ diff --git a/src/pluginPackage/changelog.json b/src/pluginPackage/changelog.json index 2af5ab42..76ba9d35 100644 --- a/src/pluginPackage/changelog.json +++ b/src/pluginPackage/changelog.json @@ -165,5 +165,16 @@ ] } ] + }, + "1.7.1": { + "title": "v1.7.1", + "author": "Titus Evans (SnaveSutit)", + "date": "2025-05-06", + "categories": [ + { + "title": "Fixes", + "list": ["Fixed [#412](https://github.com/Animated-Java/animated-java/issues/409)"] + } + ] } }