From 3242a2987cff3fdeaafcf7d58fc2aaf6e20fb132 Mon Sep 17 00:00:00 2001 From: Tischel Date: Mon, 27 Nov 2023 00:04:37 -0300 Subject: [PATCH] Release 0.2.1.0 --- changelog.md | 3 +++ repo.json | 12 ++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/changelog.md b/changelog.md index fd82a07..8a9cab3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +# 0.2.1.0 +- Added support for patch 6.51. + # 0.2.0.0 - Added support for patch 6.5 and Dalamud API 9. diff --git a/repo.json b/repo.json index b7cd5ad..05b550b 100644 --- a/repo.json +++ b/repo.json @@ -4,19 +4,19 @@ "Name": "BLM in the Shell", "Description": "Practice tool for pre-planned rotations with BLM in the Shell (https://miyehn.me/ffxiv-blm-rotation/).", "InternalName": "BLMInTheShell", - "AssemblyVersion": "0.2.0.0", - "TestingAssemblyVersion": "0.2.0.0", + "AssemblyVersion": "0.2.1.0", + "TestingAssemblyVersion": "0.2.1.0", "RepoUrl": "https://github.com/Tischel/BLMInTheShell", "ApplicableVersion": "any", - "DalamudApiLevel": 8, + "DalamudApiLevel": 9, "IsHide": "False", "IsTestingExclusive": "False", "DownloadCount": 0, "LastUpdate": 0, "LoadPriority": 69420, - "DownloadLinkInstall": "https://github.com/Tischel/BLMInTheShell/releases/download/0.2.0.0/BLMInTheShell.zip", - "DownloadLinkTesting": "https://github.com/Tischel/BLMInTheShell/releases/download/0.2.0.0/BLMInTheShell.zip", - "DownloadLinkUpdate": "https://github.com/Tischel/BLMInTheShell/releases/download/0.2.0.0/BLMInTheShell.zip", + "DownloadLinkInstall": "https://github.com/Tischel/BLMInTheShell/releases/download/0.2.1.0/BLMInTheShell.zip", + "DownloadLinkTesting": "https://github.com/Tischel/BLMInTheShell/releases/download/0.2.1.0/BLMInTheShell.zip", + "DownloadLinkUpdate": "https://github.com/Tischel/BLMInTheShell/releases/download/0.2.1.0/BLMInTheShell.zip", "IconUrl": "https://raw.githubusercontent.com/Tischel/BLMInTheShell/master/icon.png" } ]