From 4bb1b415054b31db4e92a76105254942972b59ad Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Sun, 26 May 2024 18:33:29 +0200 Subject: [PATCH] Bump version for #1597 --- plugins/proxy-auth/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/proxy-auth/index.php b/plugins/proxy-auth/index.php index 1f17f32b2..e071af527 100644 --- a/plugins/proxy-auth/index.php +++ b/plugins/proxy-auth/index.php @@ -6,8 +6,8 @@ class ProxyAuthPlugin extends \RainLoop\Plugins\AbstractPlugin NAME = 'Proxy Auth', AUTHOR = 'Philipp', URL = 'https://www.mundhenk.org/', - VERSION = '0.3', - RELEASE = '2024-03-27', + VERSION = '0.4', + RELEASE = '2024-05-26', REQUIRED = '2.36.1', CATEGORY = 'Login', LICENSE = 'MIT',