From 206758c803efa4e472c0e69ec98258eb29687754 Mon Sep 17 00:00:00 2001 From: Nivesh Krishna Date: Tue, 31 Jan 2023 15:26:32 +0530 Subject: [PATCH] bump NC plugin --- plugins/nextcloud/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/nextcloud/index.php b/plugins/nextcloud/index.php index 413819cb8..f1c48564a 100644 --- a/plugins/nextcloud/index.php +++ b/plugins/nextcloud/index.php @@ -4,11 +4,11 @@ class NextcloudPlugin extends \RainLoop\Plugins\AbstractPlugin { const NAME = 'Nextcloud', - VERSION = '2.16', - RELEASE = '2023-01-23', + VERSION = '2.17', + RELEASE = '2023-01-31', CATEGORY = 'Integrations', DESCRIPTION = 'Integrate with Nextcloud v20+', - REQUIRED = '2.25.0'; + REQUIRED = '2.25.1'; public function Init() : void {