Skip to content

Commit 8ed4d44

Browse files
author
Philippe GODOT
committed
bump version to 1.5.2 for release
1 parent 56af407 commit 8ed4d44

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

groupcategory.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@
5151
<compatibility>~10.0</compatibility>
5252
<download_url>https://github.com/Probesys/glpi-plugins-groupcategory/releases/download/v1.5.1/groupcategory-1.5.1.tbz</download_url>
5353
</version>
54+
<version>
55+
<num>1.5.2</num>
56+
<compatibility>~10.0</compatibility>
57+
<download_url>https://github.com/Probesys/glpi-plugins-groupcategory/releases/download/v1.5.2/groupcategory-1.5.2.tbz</download_url>
58+
</version>
5459
</versions>
5560
<langs>
5661
<lang>en_GB</lang>

setup.php

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

3131
// Version of the plugin
3232

33-
define('PLUGIN_GROUPCATEGORY_VERSION', '1.5.1');
33+
define('PLUGIN_GROUPCATEGORY_VERSION', '1.5.2');
3434
define('PLUGIN_GROUPCATEGORY_GLPI_MIN_VERSION', '9.4');
3535
define('PLUGIN_GROUPCATEGORY_NAMESPACE', 'groupcategory');
3636
// Maximum GLPI version, exclusive

0 commit comments

Comments
 (0)