Bump avatars extension version number for the changes

This commit is contained in:
the-djmaze 2022-12-07 16:28:05 +01:00
parent 40cf942ddd
commit 72e89ba4e0

View file

@ -6,8 +6,8 @@ class AvatarsPlugin extends \RainLoop\Plugins\AbstractPlugin
NAME = 'Avatars', NAME = 'Avatars',
AUTHOR = 'SnappyMail', AUTHOR = 'SnappyMail',
URL = 'https://snappymail.eu/', URL = 'https://snappymail.eu/',
VERSION = '1.3', VERSION = '1.4',
RELEASE = '2022-11-29', RELEASE = '2022-12-07',
REQUIRED = '2.22.4', REQUIRED = '2.22.4',
CATEGORY = 'Contacts', CATEGORY = 'Contacts',
LICENSE = 'MIT', LICENSE = 'MIT',