From b19fd9c28982c6d975675a4e27bd3e4db5531c30 Mon Sep 17 00:00:00 2001 From: Louis Ouellet Date: Wed, 22 Oct 2025 08:12:40 -0400 Subject: [PATCH] General: Version bumped to v0.0.20 --- VERSION | 2 +- info.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 12c25cb..3bf8d37 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.0.19 +v0.0.20 diff --git a/info.cfg b/info.cfg index 7adc43f..7025a32 100644 --- a/info.cfg +++ b/info.cfg @@ -4,8 +4,8 @@ "base": "users", "author": "LaswitchTech", "email": "support@laswitchtech.com", - "date": "2025-10-15", - "version": "v0.0.19", + "date": "2025-10-22", + "version": "v0.0.20", "tags": "users, management, authentication, roles, permissions", "description": "This plugin provides user management capabilities, including authentication, role-based access control, and user profile management. It allows for the creation, modification, and deletion of users, as well as the assignment of roles and permissions to control access to various parts of the system.", "repository": "https://github.com/LaswitchTech/core-plugin-users",