We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6faf3f0 commit 5b68402Copy full SHA for 5b68402
genericobject.xml
@@ -24,6 +24,11 @@
24
<author>Walid Nouh</author>
25
</authors>
26
<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>
32
<version>
33
<num>2.10.0</num>
34
<compatibility>~9.5.0</compatibility>
setup.php
@@ -35,7 +35,7 @@
35
----------------------------------------------------------------------
36
*/
37
38
-define ('PLUGIN_GENERICOBJECT_VERSION', '2.10.0');
+define ('PLUGIN_GENERICOBJECT_VERSION', '2.10.1');
39
40
// Minimal GLPI version, inclusive
41
define("PLUGIN_GENERICOBJECT_MIN_GLPI", "9.5");
0 commit comments