Skip to content

Commit 9f3cf1d

Browse files
committed
2.11.1
1 parent 6a47435 commit 9f3cf1d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

genericobject.xml

+5
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
<compatibility>~10.0.0</compatibility>
4040
<download_url>https://github.com/pluginsGLPI/genericobject/releases/download/2.12.0-rc1/glpi-genericobject-2.12.0-rc1.tar.bz2</download_url>
4141
</version>
42+
<version>
43+
<num>2.11.1</num>
44+
<compatibility>~9.5.0</compatibility>
45+
<download_url>https://github.com/pluginsGLPI/genericobject/releases/download/2.11.1/glpi-genericobject-2.11.1.tar.bz2</download_url>
46+
</version>
4247
<version>
4348
<num>2.11.0</num>
4449
<compatibility>~9.5.0</compatibility>

setup.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* -------------------------------------------------------------------------
2929
*/
3030

31-
define ('PLUGIN_GENERICOBJECT_VERSION', '2.11.0');
31+
define ('PLUGIN_GENERICOBJECT_VERSION', '2.11.1');
3232

3333
// Minimal GLPI version, inclusive
3434
define("PLUGIN_GENERICOBJECT_MIN_GLPI", "9.5");

0 commit comments

Comments
 (0)