From f472997fccf9a161355088c3d9635206c48b6d52 Mon Sep 17 00:00:00 2001 From: Thetsmr Date: Mon, 29 Jan 2024 11:42:14 +0100 Subject: [PATCH] Bump version --- addressing.xml | 5 +++++ setup.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/addressing.xml b/addressing.xml index 08cc824..5af1e98 100644 --- a/addressing.xml +++ b/addressing.xml @@ -27,6 +27,11 @@ Nelly Mahu-Lasson + + 3.0.2 + ~10.0 + https://github.com/pluginsGLPI/addressing/releases/download/3.0.2/glpi-addressing-3.0.2.tar.bz2 + 3.0.1 ~10.0 diff --git a/setup.php b/setup.php index 3e3a0e9..af2fec1 100644 --- a/setup.php +++ b/setup.php @@ -27,7 +27,7 @@ -------------------------------------------------------------------------- */ -define('PLUGIN_ADDRESSING_VERSION', '3.0.1'); +define('PLUGIN_ADDRESSING_VERSION', '3.0.2'); if (!defined("PLUGIN_ADDRESSING_DIR")) { define("PLUGIN_ADDRESSING_DIR", Plugin::getPhpDir("addressing"));