From 0cbb4f223ebe584db737a07a9c09fee579156066 Mon Sep 17 00:00:00 2001 From: HandPressed <36017877+handpressed@users.noreply.github.com> Date: Wed, 30 Jul 2025 14:45:14 +0100 Subject: [PATCH] Update plugin.php version 0.3.0 -> 0.4.0 (#202) Signed-off-by: HandPressed <36017877+handpressed@users.noreply.github.com> --- plugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.php b/plugin.php index 428cc56..8858cdd 100644 --- a/plugin.php +++ b/plugin.php @@ -2,7 +2,7 @@ /** * Plugin Name: FAIR - Federated and Independent Repositories * Description: Make your site more FAIR. - * Version: 0.3.0 + * Version: 0.4.0 * Author: FAIR Contributors * License: GPLv2 * Requires at least: 5.4 @@ -17,7 +17,7 @@ namespace FAIR; -const VERSION = '0.3.0'; +const VERSION = '0.4.0'; const PLUGIN_DIR = __DIR__; const PLUGIN_FILE = __FILE__;