mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-30 20:33:43 +01:00
Increment submodules and API.
This commit is contained in:
parent
290912e7cd
commit
d649a3b1a7
3 changed files with 3 additions and 4 deletions
|
|
@ -12,7 +12,6 @@ using System.Collections.Generic;
|
|||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using FFXIVClientStructs.FFXIV.Client.Graphics.Scene;
|
||||
using Penumbra.Api.Enums;
|
||||
|
|
@ -31,7 +30,7 @@ namespace Penumbra.Api;
|
|||
public class PenumbraApi : IDisposable, IPenumbraApi
|
||||
{
|
||||
public (int, int) ApiVersion
|
||||
=> (4, 19);
|
||||
=> (4, 20);
|
||||
|
||||
public event Action<string>? PreSettingsPanelDraw
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue