Skip to content

Commit 5b68402

Browse files
committed
Add 2.10.1 version definition
1 parent 6faf3f0 commit 5b68402

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

genericobject.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
<author>Walid Nouh</author>
2525
</authors>
2626
<versions>
27+
<version>
28+
<num>2.10.1</num>
29+
<compatibility>~9.5.0</compatibility>
30+
<download_url>https://github.com/pluginsGLPI/genericobject/releases/download/2.10.1/glpi-genericobject-2.10.1.tar.bz2</download_url>
31+
</version>
2732
<version>
2833
<num>2.10.0</num>
2934
<compatibility>~9.5.0</compatibility>

setup.php

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

38-
define ('PLUGIN_GENERICOBJECT_VERSION', '2.10.0');
38+
define ('PLUGIN_GENERICOBJECT_VERSION', '2.10.1');
3939

4040
// Minimal GLPI version, inclusive
4141
define("PLUGIN_GENERICOBJECT_MIN_GLPI", "9.5");

0 commit comments

Comments
 (0)