diff --git a/plugins/nextcloud/index.php b/plugins/nextcloud/index.php index 68cc1fe65..971dd29e7 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.37.0', - RELEASE = '2024-08-11', + VERSION = '2.37.1', + RELEASE = '2024-09-16', CATEGORY = 'Integrations', DESCRIPTION = 'Integrate with Nextcloud v20+', REQUIRED = '2.36.2';