diff --git a/Blender/xat_addon/__init__.py b/Blender/xat_addon/__init__.py index 4d32783..0f7f28c 100644 --- a/Blender/xat_addon/__init__.py +++ b/Blender/xat_addon/__init__.py @@ -2,7 +2,7 @@ "name" : "XAT", "author" : "Asgard", "description" : "Animations for FFXIV", - "version": (2022,11,26,102), + "version": (2022,11,26,112), "blender" : (3, 0, 0), "location" : "3D View > Tools (Right Side) > XAT", "warning" : "", diff --git a/repo.json b/repo.json index 8e40858..98aeb9c 100644 --- a/repo.json +++ b/repo.json @@ -4,8 +4,8 @@ "Name": "XAT", "Description": "Create and edit animations and cutscenes", "InternalName": "xatPlugin", - "AssemblyVersion": "2022.11.26.102", - "TestingAssemblyVersion": "2022.11.26.102", + "AssemblyVersion": "2022.11.26.112", + "TestingAssemblyVersion": "2022.11.26.112", "RepoUrl": "https://github.com/AsgardXIV/XAT", "ApplicableVersion": "any", "DalamudApiLevel": 7, @@ -16,9 +16,9 @@ "LoadPriority": 69420, "LoadRequiredState": 2, "LoadSync": true, - "DownloadLinkInstall": "https://github.com/AsgardXIV/XAT/releases/download/v2022.11.26.102/XAT-Dalamud-Plugin.zip", - "DownloadLinkTesting": "https://github.com/AsgardXIV/XAT/releases/download/v2022.11.26.102/XAT-Dalamud-Plugin.zip", - "DownloadLinkUpdate": "https://github.com/AsgardXIV/XAT/releases/download/v2022.11.26.102/XAT-Dalamud-Plugin.zip", + "DownloadLinkInstall": "https://github.com/AsgardXIV/XAT/releases/download/v2022.11.26.112/XAT-Dalamud-Plugin.zip", + "DownloadLinkTesting": "https://github.com/AsgardXIV/XAT/releases/download/v2022.11.26.112/XAT-Dalamud-Plugin.zip", + "DownloadLinkUpdate": "https://github.com/AsgardXIV/XAT/releases/download/v2022.11.26.112/XAT-Dalamud-Plugin.zip", "IconUrl": "https://raw.githubusercontent.com/AsgardXIV/XAT/master/Resources/Images/XATIcon.png" } ]