mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 18:27:24 +01:00
Update Penumbra API, increment API version.
This commit is contained in:
parent
5971592217
commit
6a46a410f7
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ namespace Glamourer.Api;
|
|||
public class GlamourerApi(DesignsApi designs, StateApi state, ItemsApi items) : IGlamourerApi, IApiService
|
||||
{
|
||||
public const int CurrentApiVersionMajor = 1;
|
||||
public const int CurrentApiVersionMinor = 2;
|
||||
public const int CurrentApiVersionMinor = 3;
|
||||
|
||||
public (int Major, int Minor) ApiVersion
|
||||
=> (CurrentApiVersionMajor, CurrentApiVersionMinor);
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 759a8e9dc50b3453cdb7c3cba76de7174c94aba0
|
||||
Subproject commit 552246e595ffab2aaba2c75f578d564f8938fc9a
|
||||
Loading…
Add table
Add a link
Reference in a new issue