From 6ead986c2b58540be815272f90ee5eac604d5671 Mon Sep 17 00:00:00 2001 From: Goldorion <38427877+Goldorion@users.noreply.github.com> Date: Fri, 30 Jun 2023 20:01:59 -0400 Subject: [PATCH] Bump version --- src/plugin.json | 2 +- update.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/plugin.json b/src/plugin.json index a324cc5b..f23ca136 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -5,7 +5,7 @@ "weight": 11, "info": { "name": "Minecraft Fabric 1.20.1 Generator", - "version": "1.9.4", + "version": "1.9.5", "description": "A Fabric generator", "author": "Goldorion", "credits": "Thank you to all contributors and supporters on Ko-fi", diff --git a/update.json b/update.json index ff9093c6..6cc0eade 100644 --- a/update.json +++ b/update.json @@ -1,9 +1,9 @@ { "generator-fabric-1.20.1": { - "latest": "1.9.4", + "latest": "1.9.5", "changes": [ - "[Bugfix #426] Custom music discs could not be played", - "[Bugfix #428] Several block bases had rendering problems" + "Updated TerraBlender API to 1.20.1-3.0.0.165", + "Re-implemented biomes support for 1.20.1" ] } }