Skip to content

Commit 29f2473

Browse files
committed
2.10.2
1 parent 3bfe2dc commit 29f2473

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

datainjection.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@
4343
<compatibility>~10.0.0</compatibility>
4444
<download_url>https://github.com/pluginsGLPI/datainjection/releases/download/2.11.0-rc1/glpi-datainjection-2.11.0-rc1.tar.bz2</download_url>
4545
</version>
46+
<version>
47+
<num>2.10.2</num>
48+
<compatibility>~9.5.0</compatibility>
49+
<download_url>https://github.com/pluginsGLPI/datainjection/releases/download/2.10.2/glpi-datainjection-2.10.2.tar.bz2</download_url>
50+
</version>
4651
<version>
4752
<num>2.10.1</num>
4853
<compatibility>~9.5.0</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* -------------------------------------------------------------------------
2929
*/
3030

31-
define ('PLUGIN_DATAINJECTION_VERSION', '2.10.1');
31+
define ('PLUGIN_DATAINJECTION_VERSION', '2.10.2');
3232

3333
// Minimal GLPI version, inclusive
3434
define("PLUGIN_DATAINJECTION_MIN_GLPI", "9.5");

0 commit comments

Comments
 (0)