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)"] + } + ] } }