Update non-testing Dalamud API Level

This commit is contained in:
Ottermandias 2024-08-10 12:24:21 +02:00
parent 3880c1870b
commit 76cdacf80f
2 changed files with 2 additions and 2 deletions

View file

@ -56,7 +56,7 @@ public class GlamourerChangelog
} }
private static void Add1_3_1_0(Changelog log) 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!") .RegisterHighlight("Glamourer is now released for Dawntrail!")
.RegisterEntry("Added support for female Hrothgar.", 1) .RegisterEntry("Added support for female Hrothgar.", 1)
.RegisterEntry("Added support for the Glasses slot.", 1) .RegisterEntry("Added support for the Glasses slot.", 1)

View file

@ -21,7 +21,7 @@
"TestingAssemblyVersion": "1.3.1.0", "TestingAssemblyVersion": "1.3.1.0",
"RepoUrl": "https://github.com/Ottermandias/Glamourer", "RepoUrl": "https://github.com/Ottermandias/Glamourer",
"ApplicableVersion": "any", "ApplicableVersion": "any",
"DalamudApiLevel": 9, "DalamudApiLevel": 10,
"TestingDalamudApiLevel": 10, "TestingDalamudApiLevel": 10,
"IsHide": "False", "IsHide": "False",
"IsTestingExclusive": "False", "IsTestingExclusive": "False",