Bump Nextcloud extension version

This commit is contained in:
the-djmaze 2024-01-16 15:49:15 +01:00
parent 816a2745bc
commit 8f9c199360

View file

@ -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';