Skip to content

Commit efcdcdc

Browse files
committed
Bump version 3.2.0
1 parent ec80c54 commit efcdcdc

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

addressing.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@
2727
<author>Nelly Mahu-Lasson</author>
2828
</authors>
2929
<versions>
30+
<version>
31+
<num>3.2.0</num>
32+
<compatibility>~11.0</compatibility>
33+
<download_url>https://github.com/pluginsGLPI/addressing/releases/download/3.2.0/glpi-addressing-3.2.0.tar.bz2</download_url>
34+
</version>
3035
<version>
3136
<num>3.1.2</num>
3237
<compatibility>~11.0</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
global $CFG_GLPI;
3737

38-
define('PLUGIN_ADDRESSING_VERSION', '3.1.2');
38+
define('PLUGIN_ADDRESSING_VERSION', '3.2.0');
3939

4040
if (!defined("PLUGIN_ADDRESSING_DIR")) {
4141
define("PLUGIN_ADDRESSING_DIR", Plugin::getPhpDir("addressing"));

0 commit comments

Comments
 (0)