Nextcloud extension bump version number

This commit is contained in:
the-djmaze 2024-08-06 13:27:27 +02:00
parent 15f4ba54df
commit b3a94c3524

View file

@ -4,8 +4,8 @@ class NextcloudPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Nextcloud',
VERSION = '2.36.2',
RELEASE = '2024-05-27',
VERSION = '2.36.3',
RELEASE = '2024-08-06',
CATEGORY = 'Integrations',
DESCRIPTION = 'Integrate with Nextcloud v20+',
REQUIRED = '2.36.2';