From 12f4de12691a24664f121f934faf9a7d74ffe00f Mon Sep 17 00:00:00 2001 From: QuickBASIC Date: Thu, 26 Mar 2026 12:13:37 -0400 Subject: [PATCH] update manifest for v1.0.0 for 2026.03.26-89796e57b --- CHANGELOG.md | 10 ++++++++++ src/main/resources/manifest.json | 8 ++++---- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b00179..8ccc8dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 1.0.0 + +## Changelog + +* Fix duplicate entry in language file +* Tested compatibility with release version and update manifest for 2026.03.26-89796e57b +* Source: Add buildscript and VS Code task + +*** + # 0.9.3-prerelease ## Changelog diff --git a/src/main/resources/manifest.json b/src/main/resources/manifest.json index cb793f2..0073bdb 100644 --- a/src/main/resources/manifest.json +++ b/src/main/resources/manifest.json @@ -1,17 +1,17 @@ { "Group": "QuickBASIC", "Name": "QuickBASIC.MoreGolems", - "Version": "0.9.3-prerelease", + "Version": "1.0.0", "Description": "Adds more golems and golem variants to world for renewable sources of crystal shards.", "Authors": [ { "Name": "QuickBASIC", - "Email": "", - "Url": "" + "Email": "quickbasic@quickbasic.xyz", + "Url": "https://git.quickbasic.xyz/hytale-modding" } ], "Website": "", - "ServerVersion": "2026.03.12-b1f856309", + "ServerVersion": "2026.03.26-89796e57b", "Dependencies": {}, "OptionalDependencies": {}, "LoadBefore": {},