From 82cf760dd6c9cc32bfa6dbb3aeeffd290fda9ec0 Mon Sep 17 00:00:00 2001 From: Aly Date: Thu, 30 Nov 2023 23:48:32 -0800 Subject: [PATCH] Version bump --- AutoTimer/AutoTimer.csproj | 2 +- repo.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/AutoTimer/AutoTimer.csproj b/AutoTimer/AutoTimer.csproj index f4f5ed9..3e79442 100644 --- a/AutoTimer/AutoTimer.csproj +++ b/AutoTimer/AutoTimer.csproj @@ -5,7 +5,7 @@ - 1.0.0.2 + 1.0.0.3 A sample plugin. https://github.com/goatcorp/SamplePlugin diff --git a/repo.json b/repo.json index f2ecb10..8a50d52 100644 --- a/repo.json +++ b/repo.json @@ -3,7 +3,7 @@ "Author": "Aly", "Name": "AutoTimer", "InternalName": "AutoTimer", - "AssemblyVersion": "1.0.0.2", + "AssemblyVersion": "1.0.0.3", "Description": "Auto-Attack Timer Bar based on the Triggernometry trigger by aya liz.", "ApplicableVersion": "any", "Tags": [ @@ -18,8 +18,8 @@ "LoadPriority": 0, "Punchline": "Auto-Attack Timer Bar.", "AcceptsFeedback": true, - "DownloadLinkInstall": "https://github.com/s5bug/AutoTimer/releases/download/v1.0.0.0/latest.zip", - "DownloadLinkTesting": "https://github.com/s5bug/AutoTimer/releases/download/v1.0.0.0/latest.zip", - "DownloadLinkUpdate": "https://github.com/s5bug/AutoTimer/releases/download/v1.0.0.0/latest.zip" + "DownloadLinkInstall": "https://github.com/s5bug/AutoTimer/releases/download/v1.0.0.3/latest.zip", + "DownloadLinkTesting": "https://github.com/s5bug/AutoTimer/releases/download/v1.0.0.3/latest.zip", + "DownloadLinkUpdate": "https://github.com/s5bug/AutoTimer/releases/download/v1.0.0.3/latest.zip" } ]