update minimum penumbra and glamourer versions

This commit is contained in:
Stanley Dimant 2024-08-08 19:29:46 +02:00
parent fed046c0d0
commit 71afa6374e
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@ public sealed class IpcCallerGlamourer : DisposableMediatorSubscriberBase, IIpcC
{
bool versionValid = (_pi.InstalledPlugins
.FirstOrDefault(p => string.Equals(p.InternalName, "Glamourer", StringComparison.OrdinalIgnoreCase))
?.Version ?? new Version(0, 0, 0, 0)) >= new Version(1, 2, 3, 0);
?.Version ?? new Version(0, 0, 0, 0)) >= new Version(1, 3, 0, 10);
try
{
var version = _glamourerApiVersions.Invoke();