From 72e89ba4e044b570c27c3092238be078489bb750 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Wed, 7 Dec 2022 16:28:05 +0100 Subject: [PATCH] Bump avatars extension version number for the changes --- plugins/avatars/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/avatars/index.php b/plugins/avatars/index.php index 2abe34ec1..f678000e6 100644 --- a/plugins/avatars/index.php +++ b/plugins/avatars/index.php @@ -6,8 +6,8 @@ class AvatarsPlugin extends \RainLoop\Plugins\AbstractPlugin NAME = 'Avatars', AUTHOR = 'SnappyMail', URL = 'https://snappymail.eu/', - VERSION = '1.3', - RELEASE = '2022-11-29', + VERSION = '1.4', + RELEASE = '2022-12-07', REQUIRED = '2.22.4', CATEGORY = 'Contacts', LICENSE = 'MIT',