From 112e389219f7640325e382f506856b076bf3e61e Mon Sep 17 00:00:00 2001 From: aRkker Date: Fri, 6 Oct 2023 05:14:18 +0300 Subject: [PATCH] master --- pluginmaster.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pluginmaster.json b/pluginmaster.json index c5bb910..f8322ac 100644 --- a/pluginmaster.json +++ b/pluginmaster.json @@ -108,7 +108,7 @@ "Author": "aRkker", "Name": "World Map Enhancer", "InternalName": "WorldMapEnhancer", - "AssemblyVersion": "1.0.1.0", + "AssemblyVersion": "1.0.2.0", "Description": "Simply zoom out by right clicking the world map, like God intended it", "ApplicableVersion": "any", "Tags": [ @@ -118,11 +118,15 @@ "rightclick", "zoom" ], - "DalamudApiLevel": 8, + "DalamudApiLevel": 9, + "LoadRequiredState": 0, + "LoadSync": false, + "CanUnloadAsync": false, "LoadPriority": 0, "Punchline": "Right click to zoom out the big map", "Changelog": "1.0.1.0\nAPI 8, NET7", - "LastUpdate": "1673374631", + "AcceptsFeedback": true, + "LastUpdate": "1696558458", "IsHide": "False", "DownloadCount": 69420, "IsTestingExclusive": "False",