From 8f86ce5101167a32e202d357c1cf223df7851373 Mon Sep 17 00:00:00 2001 From: Ersei Saggi Date: Tue, 21 Oct 2025 10:37:13 -0400 Subject: [PATCH] Prepare for 4.0.0.3 --- SSO-Auth/SSO-Auth.csproj | 4 ++-- build.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SSO-Auth/SSO-Auth.csproj b/SSO-Auth/SSO-Auth.csproj index 78fe050..2cae0c5 100644 --- a/SSO-Auth/SSO-Auth.csproj +++ b/SSO-Auth/SSO-Auth.csproj @@ -3,8 +3,8 @@ net9.0 Jellyfin.Plugin.SSO_Auth - 4.0.0.0 - 4.0.0.0 + 4.0.0.3 + 4.0.0.3 true false diff --git a/build.yaml b/build.yaml index dee4589..03476bb 100644 --- a/build.yaml +++ b/build.yaml @@ -1,7 +1,7 @@ name: "SSO Authentication" guid: "505ce9d1-d916-42fa-86ca-673ef241d7df" imageUrl: "https://raw.githubusercontent.com/9p4/jellyfin-plugin-sso/main/img/logo.png" -version: "4.0.0.0" +version: "4.0.0.3" targetAbi: "10.11.0.0" framework: "net9.0" owner: "9p4"