From 76cdacf80fb4cd05e55643863c629cc6c520146b Mon Sep 17 00:00:00 2001 From: Ottermandias Date: Sat, 10 Aug 2024 12:24:21 +0200 Subject: [PATCH] Update non-testing Dalamud API Level --- Glamourer/Gui/GlamourerChangelog.cs | 2 +- repo.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Glamourer/Gui/GlamourerChangelog.cs b/Glamourer/Gui/GlamourerChangelog.cs index ce0c5e0..a69a4c4 100644 --- a/Glamourer/Gui/GlamourerChangelog.cs +++ b/Glamourer/Gui/GlamourerChangelog.cs @@ -56,7 +56,7 @@ public class GlamourerChangelog } private static void Add1_3_1_0(Changelog log) - => log.NextVersion("Version 1.2.3.0") + => log.NextVersion("Version 1.3.1.0") .RegisterHighlight("Glamourer is now released for Dawntrail!") .RegisterEntry("Added support for female Hrothgar.", 1) .RegisterEntry("Added support for the Glasses slot.", 1) diff --git a/repo.json b/repo.json index 828a685..a065ebc 100644 --- a/repo.json +++ b/repo.json @@ -21,7 +21,7 @@ "TestingAssemblyVersion": "1.3.1.0", "RepoUrl": "https://github.com/Ottermandias/Glamourer", "ApplicableVersion": "any", - "DalamudApiLevel": 9, + "DalamudApiLevel": 10, "TestingDalamudApiLevel": 10, "IsHide": "False", "IsTestingExclusive": "False",