From e9245acb455cef950f8d29979f1b710bee6e25dd Mon Sep 17 00:00:00 2001 From: RisaDev <151885272+RisaDev@users.noreply.github.com> Date: Thu, 11 Jan 2024 21:47:21 +0300 Subject: [PATCH] Dalamud json update --- CustomizePlus/CustomizePlus.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/CustomizePlus/CustomizePlus.json b/CustomizePlus/CustomizePlus.json index 47ad6d3..e1c5abd 100644 --- a/CustomizePlus/CustomizePlus.json +++ b/CustomizePlus/CustomizePlus.json @@ -5,11 +5,15 @@ "Description": "A plugin that allows you to customize your character beyond FFXIV limitations by directly editing bone parameters.", "InternalName": "CustomizePlus", "ApplicableVersion": "any", + "AssemblyVersion": "2.0.0.0", "DalamudApiLevel": 9, "Tags": [ - "anamnesis", - "customize", - "Risa", - "Aether Tools" - ] + "Anamnesis", + "Customization", + "Appearance", + "Character", + "Risa" + ], + "ImageUrls": null, + "IconUrl": "https://raw.githubusercontent.com/Aether-Tools/CustomizePlus/main/Data/icon.png" }