Skip to content

Commit

Permalink
2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Apr 4, 2022
1 parent 6a47435 commit 9f3cf1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions genericobject.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
<compatibility>~10.0.0</compatibility>
<download_url>https://github.com/pluginsGLPI/genericobject/releases/download/2.12.0-rc1/glpi-genericobject-2.12.0-rc1.tar.bz2</download_url>
</version>
<version>
<num>2.11.1</num>
<compatibility>~9.5.0</compatibility>
<download_url>https://github.com/pluginsGLPI/genericobject/releases/download/2.11.1/glpi-genericobject-2.11.1.tar.bz2</download_url>
</version>
<version>
<num>2.11.0</num>
<compatibility>~9.5.0</compatibility>
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 9f3cf1d

Please sign in to comment.