We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9da0545 commit 6f9384eCopy full SHA for 6f9384e
genericobject.xml
@@ -24,6 +24,11 @@
24
<author>Walid Nouh</author>
25
</authors>
26
<versions>
27
+ <version>
28
+ <num>2.14.2</num>
29
+ <compatibility>~10.0.0</compatibility>
30
+ <download_url>https://github.com/pluginsGLPI/genericobject/releases/download/2.14.2/glpi-genericobject-2.14.2.tar.bz2</download_url>
31
+ </version>
32
<version>
33
<num>2.14.1</num>
34
<compatibility>~10.0.0</compatibility>
setup.php
@@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/
-define ('PLUGIN_GENERICOBJECT_VERSION', '2.14.1');
+define ('PLUGIN_GENERICOBJECT_VERSION', '2.14.2');
// Minimal GLPI version, inclusive
define("PLUGIN_GENERICOBJECT_MIN_GLPI", "10.0.0");
0 commit comments