diff --git a/plugins/nextcloud/index.php b/plugins/nextcloud/index.php index 72af1ed3d..c2aa7522f 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.23', - RELEASE = '2023-04-11', + VERSION = '2.25', + RELEASE = '2023-10-03', CATEGORY = 'Integrations', DESCRIPTION = 'Integrate with Nextcloud v20+', REQUIRED = '2.27.0';