From 0ed0735e797307580e8cb3c6784ae25f79cd27ae Mon Sep 17 00:00:00 2001 From: QuickBASIC Date: Thu, 26 Mar 2026 14:04:32 -0400 Subject: [PATCH] update manifest for v1.0.1 for 2026.03.26-89796e57b --- CHANGELOG.md | 6 ++++++ src/main/resources/manifest.json | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa7ff7e..10df61d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.0.1 + +## Changelog + +* Tested compatibility with release version and update manifest for 2026.03.26-89796e57b + # 1.0.0 ## Changelog diff --git a/src/main/resources/manifest.json b/src/main/resources/manifest.json index 65d2120..d05ffe3 100644 --- a/src/main/resources/manifest.json +++ b/src/main/resources/manifest.json @@ -1,17 +1,17 @@ { "Group": "QuickBASIC", "Name": "QuickBASIC.TieredRepairKits", - "Version": "1.0.0", - "ServerVersion": "2026.02.19-1a311a592", + "Version": "1.0.1", + "ServerVersion": "2026.03.26-89796e57b", "Description": "Balanced tiered Repair Kits that can increase the maximum durability of items", "Authors": [ { "Name": "QuickBASIC", - "Email": "", - "Url": "" + "Email": "quickbasic@quickbasic.xyz", + "Url": "https://git.quickbasic.xyz/hytale-modding" } ], - "Website": "", + "Website": "https://git.quickbasic.xyz/hytale-modding/TieredRepairKits", "Dependencies": {}, "OptionalDependencies": {}, "LoadBefore": {},