From b1845edbdcb3c77161c68ca3f46b54ee4df37e6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Mon, 31 Jan 2022 14:01:27 +0100 Subject: [PATCH] Fix version --- example.xml | 2 +- setup.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example.xml b/example.xml index 9b1a18c..3142e81 100644 --- a/example.xml +++ b/example.xml @@ -26,7 +26,7 @@ 0.0.1 - 9.4 + 9.5 diff --git a/setup.php b/setup.php index 5478d89..66af1a4 100755 --- a/setup.php +++ b/setup.php @@ -30,7 +30,7 @@ use Glpi\Plugin\Hooks; -define('PLUGIN_EXAMPLE_VERSION', '7.2'); +define('PLUGIN_EXAMPLE_VERSION', '0.0.1'); // Minimal GLPI version, inclusive define('PLUGIN_EXAMPLE_MIN_GLPI', '9.5.0');