diff --git a/sccm.xml b/sccm.xml index 3fad8c4..ca423fc 100644 --- a/sccm.xml +++ b/sccm.xml @@ -55,6 +55,11 @@ Prerequisite : TECLIB' + + 2.2.1 + ~9.5.0 + https://github.com/pluginsGLPI/sccm/releases/download/2.2.1/glpi-sccm-2.2.1.tar.bz2 + 2.2.0 ~9.5.0 diff --git a/setup.php b/setup.php index 1367d1b..b756212 100644 --- a/setup.php +++ b/setup.php @@ -23,7 +23,7 @@ * ------------------------------------------------------------------------ */ -define("PLUGIN_SCCM_VERSION", "2.2.0"); +define("PLUGIN_SCCM_VERSION", "2.2.1"); // Minimal GLPI version, inclusive define("PLUGIN_SCCM_MIN_GLPI", "9.5");