From 46aeff402aa6cfb4b782d4bcaa7dd5f891cf5cc8 Mon Sep 17 00:00:00 2001 From: QuickBASIC Date: Thu, 26 Mar 2026 12:40:48 -0400 Subject: [PATCH] update manifest for 2026.03.26-89796e57b --- CHANGELOG.md | 9 +++++++++ src/main/resources/manifest.json | 10 +++++----- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3a4aef..4055847 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 1.0.7 + +## Changelog + +*  Verify working for 2026.03.26-89796e57b and update manifest + +*** + + # 1.0.6 ## Changelog diff --git a/src/main/resources/manifest.json b/src/main/resources/manifest.json index 2e6bd65..d1166ae 100644 --- a/src/main/resources/manifest.json +++ b/src/main/resources/manifest.json @@ -1,17 +1,17 @@ { "Group": "QuickBASIC", "Name": "QuickBASIC.HandcraftEssence", - "Version": "1.0.6", - "ServerVersion": "2026.02.19-1a311a592", + "Version": "1.0.7", + "ServerVersion": "2026.03.26-89796e57b", "Description": "Allows you to craft Life Essence and Greater Life Essence without a bench", "Authors": [ { "Name": "QuickBASIC", - "Email": "", - "Url": "" + "Email": "quickbasic@quickbasic.xyz", + "Url": "https://git.quickbasic.xyz/hytale-modding" } ], - "Website": "", + "Website": "https://git.quickbasic.xyz/hytale-modding/HandcraftEssence", "Dependencies": {}, "OptionalDependencies": {}, "LoadBefore": {},