Skip to content

Commit

Permalink
Update non-testing Dalamud API Level
Browse files Browse the repository at this point in the history
  • Loading branch information
Ottermandias committed Aug 10, 2024
1 parent 3880c18 commit 76cdacf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Glamourer/Gui/GlamourerChangelog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ private void Save(int version, ChangeLogDisplayType type)
}

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)
Expand Down
2 changes: 1 addition & 1 deletion repo.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 76cdacf

Please sign in to comment.