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 const
NAME = 'Nextcloud', NAME = 'Nextcloud',
VERSION = '2.36.2', VERSION = '2.36.3',
RELEASE = '2024-05-27', RELEASE = '2024-08-06',
CATEGORY = 'Integrations', CATEGORY = 'Integrations',
DESCRIPTION = 'Integrate with Nextcloud v20+', DESCRIPTION = 'Integrate with Nextcloud v20+',
REQUIRED = '2.36.2'; REQUIRED = '2.36.2';