Skip to content

Commit 87271df

Browse files
committed
2.14.4
1 parent 40cd3a7 commit 87271df

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

genericobject.xml

+5
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
<author>Walid Nouh</author>
2525
</authors>
2626
<versions>
27+
<version>
28+
<num>2.14.4</num>
29+
<compatibility>~10.0.0</compatibility>
30+
<download_url>https://github.com/pluginsGLPI/genericobject/releases/download/2.14.4/glpi-genericobject-2.14.4.tar.bz2</download_url>
31+
</version>
2732
<version>
2833
<num>2.14.3</num>
2934
<compatibility>~10.0.0</compatibility>

setup.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* -------------------------------------------------------------------------
2929
*/
3030

31-
define ('PLUGIN_GENERICOBJECT_VERSION', '2.14.3');
31+
define ('PLUGIN_GENERICOBJECT_VERSION', '2.14.4');
3232

3333
// Minimal GLPI version, inclusive
3434
define("PLUGIN_GENERICOBJECT_MIN_GLPI", "10.0.0");

0 commit comments

Comments
 (0)