We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e203f5e commit a9051b9Copy full SHA for a9051b9
glpiinventory.xml
@@ -91,6 +91,11 @@
91
<author>Teclib'</author>
92
</authors>
93
<versions>
94
+ <version>
95
+ <num>1.3.1</num>
96
+ <compatibility>~10.0.10</compatibility>
97
+ <download_url>https://github.com/glpi-project/glpi-inventory-plugin/releases/download/1.3.1/glpi-glpiinventory-1.3.1.tar.bz2</download_url>
98
+ </version>
99
<version>
100
<num>1.3.0</num>
101
<compatibility>~10.0.10</compatibility>
setup.php
@@ -33,7 +33,7 @@
33
34
use Glpi\Plugin\Hooks;
35
36
-define("PLUGIN_GLPIINVENTORY_VERSION", "1.3.0");
+define("PLUGIN_GLPIINVENTORY_VERSION", "1.3.1");
37
// Minimal GLPI version, inclusive
38
define('PLUGIN_GLPI_INVENTORY_GLPI_MIN_VERSION', '10.0.10');
39
// Maximum GLPI version, exclusive
0 commit comments