Update plugin.php version 0.3.0 -> 0.4.0 (#202)

Signed-off-by: HandPressed <36017877+handpressed@users.noreply.github.com>
This commit is contained in:
HandPressed 2025-07-30 14:45:14 +01:00 committed by GitHub
parent be82312aa9
commit 0cbb4f223e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
/** /**
* Plugin Name: FAIR - Federated and Independent Repositories * Plugin Name: FAIR - Federated and Independent Repositories
* Description: Make your site more FAIR. * Description: Make your site more FAIR.
* Version: 0.3.0 * Version: 0.4.0
* Author: FAIR Contributors * Author: FAIR Contributors
* License: GPLv2 * License: GPLv2
* Requires at least: 5.4 * Requires at least: 5.4
@ -17,7 +17,7 @@
namespace FAIR; namespace FAIR;
const VERSION = '0.3.0'; const VERSION = '0.4.0';
const PLUGIN_DIR = __DIR__; const PLUGIN_DIR = __DIR__;
const PLUGIN_FILE = __FILE__; const PLUGIN_FILE = __FILE__;