diff --git a/changelog.md b/changelog.md index 88874b3c..e76050b5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # Changelogs: +## 1.8.7 +* Updated to support the newest 2023.1 patch (and future patches) + ## 1.8.6 * Updated to MCreator 2023.1.09612 * [Bugfix #380] Get light of block procedure caused a build error (NerdyPuzzle) diff --git a/src/plugin.json b/src/plugin.json index 55b7fb7b..79404383 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -1,11 +1,11 @@ { "id": "generator-fabric-1.19.2", "minversion": 202300108712, - "maxversion": 202300109612, + "maxversion": 202300199999, "weight": 11, "info": { "name": "Minecraft Fabric 1.19.2 Generator", - "version": "1.8.6", + "version": "1.8.7", "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 ecb82802..07ec03f4 100644 --- a/update.json +++ b/update.json @@ -1,5 +1,5 @@ { "generator-fabric-1.19.2": { - "latest": "1.8.6" + "latest": "1.8.7" } }