From 18e515f4bf652a957ca0e53c5a33faf159fad9de Mon Sep 17 00:00:00 2001 From: Ryan McCue Date: Tue, 17 Jun 2025 22:22:21 +0100 Subject: [PATCH] Bump the version to 0.3.0 (#107) Signed-off-by: Ryan McCue --- plugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.php b/plugin.php index 5e5e34f..97e434d 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.1 + * Version: 0.3.0 * Author: FAIR Contributors * License: GPLv2 * Requires at least: 5.4 @@ -16,7 +16,7 @@ namespace FAIR; -const VERSION = '0.1'; +const VERSION = '0.3.0'; const PLUGIN_DIR = __DIR__; const PLUGIN_FILE = __FILE__;