mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Update API minor Version.
This commit is contained in:
parent
8a0d217977
commit
e321cbdf96
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
||||||
Subproject commit b28288ee9668425f49f41cba88e8dc417ad62aff
|
Subproject commit 31bf4ad9b82fc980d6bda049da595368ad754931
|
||||||
|
|
@ -30,7 +30,7 @@ namespace Penumbra.Api;
|
||||||
public class PenumbraApi : IDisposable, IPenumbraApi
|
public class PenumbraApi : IDisposable, IPenumbraApi
|
||||||
{
|
{
|
||||||
public (int, int) ApiVersion
|
public (int, int) ApiVersion
|
||||||
=> (4, 22);
|
=> (4, 23);
|
||||||
|
|
||||||
public event Action<string>? PreSettingsPanelDraw
|
public event Action<string>? PreSettingsPanelDraw
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue