From af79b77525151bc76145dd726337cdd8499c4d3c Mon Sep 17 00:00:00 2001 From: McHorse Date: Sun, 1 Nov 2020 08:04:08 +0000 Subject: [PATCH] Update CHANGELOG.md and version.json --- CHANGELOG.md | 6 ++++++ version.json | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e80e120..730e6fbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## Version 2.1.1 + +This tiny update that provides some changes for Blockbuster. + +* Added GuiCanvasEditor class, which provides basic layout for image-like editors + ## Version 2.1 This big update adds a lot of useful code (including WAV file parsing, loading and rendering), a handful of GUI element tweaks and new multi-skin features! diff --git a/version.json b/version.json index efd5a96c..35eb993c 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,7 @@ { "homepage": "https://www.curseforge.com/minecraft/mc-mods/mchorses-mclib/", "1.12.2": { + "2.1.1": "This tiny update that provides some changes for Blockbuster.", "2.1": "This big update adds a lot of useful code (including WAV file parsing, loading and rendering), a handful of GUI element tweaks and new multi-skin features!", "2.0.3": "This minor patch features enormous improvements to keyframe editing GUIs.", "2.0.2": "This is a small quick patch which features a couple of neat GUI tweaks.", @@ -28,8 +29,8 @@ }, "promos": { - "1.12.2-latest": "2.1", - "1.12.2-recommended": "2.1", + "1.12.2-latest": "2.1.1", + "1.12.2-recommended": "2.1.1", "1.10.2-latest": "1.0.4", "1.10.2-recommended": "1.0.4", "1.11.2-latest": "1.0.4",