From b3a94c352467faaaf19b0fb3cd1b0bd992171260 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Tue, 6 Aug 2024 13:27:27 +0200 Subject: [PATCH] Nextcloud extension bump version number --- plugins/nextcloud/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/nextcloud/index.php b/plugins/nextcloud/index.php index 2ea7a1e1d..bb7c4f686 100644 --- a/plugins/nextcloud/index.php +++ b/plugins/nextcloud/index.php @@ -4,8 +4,8 @@ class NextcloudPlugin extends \RainLoop\Plugins\AbstractPlugin { const NAME = 'Nextcloud', - VERSION = '2.36.2', - RELEASE = '2024-05-27', + VERSION = '2.36.3', + RELEASE = '2024-08-06', CATEGORY = 'Integrations', DESCRIPTION = 'Integrate with Nextcloud v20+', REQUIRED = '2.36.2';