diff --git a/plugins/nextcloud/index.php b/plugins/nextcloud/index.php index cabd8a474..96a9e27e5 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.28', - RELEASE = '2023-12-17', + VERSION = '2.29', + RELEASE = '2024-01-12', CATEGORY = 'Integrations', DESCRIPTION = 'Integrate with Nextcloud v20+', REQUIRED = '2.27.0';