diff --git a/positions.xml b/positions.xml index 9c3e23d..0249e16 100644 --- a/positions.xml +++ b/positions.xml @@ -25,6 +25,11 @@ Infotel + + 6.0.2 + ~10.0 + https://github.com/InfotelGLPI/positions/releases/download/6.0.2/glpi-positions-6.0.2.tar.bz2 + 6.0.1 ~10.0 diff --git a/setup.php b/setup.php index a41630d..55a57a1 100644 --- a/setup.php +++ b/setup.php @@ -29,7 +29,7 @@ // Init the hooks of the plugins -Needed -define('PLUGIN_POSITIONS_VERSION', '6.0.1'); +define('PLUGIN_POSITIONS_VERSION', '6.0.2'); if (!defined("PLUGIN_POSITIONS_DIR")) { define("PLUGIN_POSITIONS_DIR", Plugin::getPhpDir("positions"));