mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-06 16:04:38 +01:00
Increment API version.
This commit is contained in:
parent
0bf7278bb8
commit
e35b3f3608
3 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 247b173d2fdee2d0c18666972114e61f77aef6b6
|
||||
Subproject commit a79ff8d87c5b1ac12192f18563fb4247173ff4f0
|
||||
|
|
@ -7,7 +7,7 @@ using Penumbra.Services;
|
|||
|
||||
namespace Penumbra.Api.Api;
|
||||
|
||||
public sealed partial class ModsApi : IPenumbraApiMods, IApiService, IDisposable
|
||||
public sealed class ModsApi : IPenumbraApiMods, IApiService, IDisposable
|
||||
{
|
||||
private readonly CommunicatorService _communicator;
|
||||
private readonly ModManager _modManager;
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ public class PenumbraApi(
|
|||
UiApi ui) : IDisposable, Luna.IApiService, IPenumbraApi
|
||||
{
|
||||
public const int BreakingVersion = 5;
|
||||
public const int FeatureVersion = 13;
|
||||
public const int FeatureVersion = 14;
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue