sequentialize file uploads, bump version

This commit is contained in:
rootdarkarchon
2022-12-23 01:53:01 +01:00
parent e813976171
commit 6aace54910
3 changed files with 4 additions and 3 deletions

View File

@@ -167,7 +167,7 @@ public class IpcManager : IDisposable
{
try
{
return _penumbraApiVersion.Invoke() is { Item1: 4, Item2: >= 13 };
return _penumbraApiVersion.Invoke() is { Item1: 4, Item2: >= 17 };
}
catch
{