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": {},