We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 337bc39 commit c6b0e14Copy full SHA for c6b0e14
2 files changed
plugin.xml
@@ -24,6 +24,11 @@
24
<author>Walid Nouh</author>
25
</authors>
26
<versions>
27
+ <version>
28
+ <num>2.8.1</num>
29
+ <compatibility>~10.0.0</compatibility>
30
+ <download_url>https://github.com/pluginsGLPI/geninventorynumber/releases/download/2.8.1/glpi-geninventorynumber-2.8.1.tar.bz2</download_url>
31
+ </version>
32
<version>
33
<num>2.8.0</num>
34
<compatibility>~10.0.0</compatibility>
setup.php
@@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/
-define ('PLUGIN_GENINVENTORYNUMBER_VERSION', '2.8.0');
+define ('PLUGIN_GENINVENTORYNUMBER_VERSION', '2.8.1');
// Minimal GLPI version, inclusive
define("PLUGIN_GENINVENTORYNUMBER_MIN_GLPI", "10.0.0");
0 commit comments