From 33fbaa9598e9760c8cf7a82f11d607bc6eb19731 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Mon, 10 Mar 2025 16:35:27 +0100 Subject: [PATCH] Bump version for #1918 --- 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 f66b1cfcf..417fdfd1b 100644 --- a/plugins/avatars/index.php +++ b/plugins/avatars/index.php @@ -10,8 +10,8 @@ class AvatarsPlugin extends \RainLoop\Plugins\AbstractPlugin NAME = 'Avatars', AUTHOR = 'SnappyMail', URL = 'https://snappymail.eu/', - VERSION = '1.21', - RELEASE = '2024-10-28', + VERSION = '1.22', + RELEASE = '2025-03-10', REQUIRED = '2.33.0', CATEGORY = 'Contacts', LICENSE = 'MIT',