From b304baddcc4de92b5649f76c7170547ab639ee36 Mon Sep 17 00:00:00 2001 From: Anya Date: Sat, 29 Mar 2025 17:49:19 +0100 Subject: [PATCH] Update custom.json --- custom.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/custom.json b/custom.json index d21e689..201b9f5 100644 --- a/custom.json +++ b/custom.json @@ -3,7 +3,7 @@ "Author": "Pyon, Anya Hichu", "Name": "GamblePyon", "InternalName": "GamblePyon", - "AssemblyVersion": "1.0.1.0", + "AssemblyVersion": "1.0.2.0", "Description": "An interface for managing a game of Blackjack.\n/pyon - Open GamblePyon", "ApplicableVersion": "any", "Tags": [ @@ -11,23 +11,23 @@ "gamble", "pyon" ], - "DalamudApiLevel": 11, + "DalamudApiLevel": 12, "LoadRequiredState": 0, "LoadSync": false, "CanUnloadAsync": false, "LoadPriority": 0, "Punchline": "Helper plugin for Blackjack", "RepoUrl": "https://github.com/anya-hichu/FFXIVGamblePyon", - "IconUrl": "https://raw.githubusercontent.com/anya-hichu/FFXIVGamblePyon/1.0.1.0/images/icon.png", + "IconUrl": "https://raw.githubusercontent.com/anya-hichu/FFXIVGamblePyon/1.0.2.0/images/icon.png", "ImageUrls": [ - "https://raw.githubusercontent.com/anya-hichu/FFXIVGamblePyon/1.0.1.0/images/image1.png" + "https://raw.githubusercontent.com/anya-hichu/FFXIVGamblePyon/1.0.2.0/images/image1.png" ], "AcceptsFeedback": true, - "DownloadLinkInstall": "https://github.com/anya-hichu/FFXIVGamblePyon/releases/download/1.0.1.0/GamblePyon.zip", + "DownloadLinkInstall": "https://github.com/anya-hichu/FFXIVGamblePyon/releases/download/1.0.2.0/GamblePyon.zip", "IsHide": false, "IsTestingExclusive": false, - "DownloadLinkTesting": "https://github.com/anya-hichu/FFXIVGamblePyon/releases/download/1.0.1.0/GamblePyon.zip", - "DownloadLinkUpdate": "https://github.com/anya-hichu/FFXIVGamblePyon/releases/download/1.0.1.0/GamblePyon.zip", + "DownloadLinkTesting": "https://github.com/anya-hichu/FFXIVGamblePyon/releases/download/1.0.2.0/GamblePyon.zip", + "DownloadLinkUpdate": "https://github.com/anya-hichu/FFXIVGamblePyon/releases/download/1.0.2.0/GamblePyon.zip", "DownloadCount": 0, "LastUpdated": "0" },