diff --git a/genericobject.xml b/genericobject.xml
index 29b3db1..f1d8070 100644
--- a/genericobject.xml
+++ b/genericobject.xml
@@ -39,6 +39,11 @@
~10.0.0
https://github.com/pluginsGLPI/genericobject/releases/download/2.12.0-rc1/glpi-genericobject-2.12.0-rc1.tar.bz2
+
+ 2.11.1
+ ~9.5.0
+ https://github.com/pluginsGLPI/genericobject/releases/download/2.11.1/glpi-genericobject-2.11.1.tar.bz2
+
2.11.0
~9.5.0
diff --git a/setup.php b/setup.php
index cfc57ba..300003f 100644
--- a/setup.php
+++ b/setup.php
@@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/
-define ('PLUGIN_GENERICOBJECT_VERSION', '2.11.0');
+define ('PLUGIN_GENERICOBJECT_VERSION', '2.11.1');
// Minimal GLPI version, inclusive
define("PLUGIN_GENERICOBJECT_MIN_GLPI", "9.5");