Skip to content

Commit ae4080b

Browse files
committed
2.10.0
1 parent c0311dd commit ae4080b

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

datainjection.xml

+3-8
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,9 @@
2929
</authors>
3030
<versions>
3131
<version>
32-
<num>2.10.0-rc2</num>
33-
<compatibility>~10.0.0</compatibility>
34-
<download_url>https://github.com/pluginsGLPI/datainjection/releases/download/2.10.0-rc2/glpi-datainjection-2.10.0-rc2.tar.bz2</download_url>
35-
</version>
36-
<version>
37-
<num>2.10.0-rc1</num>
38-
<compatibility>~10.0.0</compatibility>
39-
<download_url>https://github.com/pluginsGLPI/datainjection/releases/download/2.10.0-rc1/glpi-datainjection-2.10.0-rc1.tar.bz2</download_url>
32+
<num>2.10.0</num>
33+
<compatibility>~9.5.0</compatibility>
34+
<download_url>https://github.com/pluginsGLPI/datainjection/releases/download/2.10.0/glpi-datainjection-2.10.0.tar.bz2</download_url>
4035
</version>
4136
<version>
4237
<num>2.9.0</num>

setup.php

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

31-
define ('PLUGIN_DATAINJECTION_VERSION', '2.9.0');
31+
define ('PLUGIN_DATAINJECTION_VERSION', '2.10.0');
3232

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

0 commit comments

Comments
 (0)