Skip to content

Commit cce752d

Browse files
committed
2.4.1
1 parent 1da9072 commit cce752d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

sccm.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ Prerequisite :
4747
<author>TECLIB'</author>
4848
</authors>
4949
<versions>
50+
<version>
51+
<num>2.4.1</num>
52+
<compatibility>~10.0.0</compatibility>
53+
<download_url>https://github.com/pluginsGLPI/sccm/releases/download/2.4.1/glpi-sccm-2.4.1.tar.bz2</download_url>
54+
</version>
5055
<version>
5156
<num>2.4.0</num>
5257
<compatibility>~10.0.0</compatibility>

setup.php

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

32-
define("PLUGIN_SCCM_VERSION", "2.4.0");
32+
define("PLUGIN_SCCM_VERSION", "2.4.1");
3333

3434
// Minimal GLPI version, inclusive
3535
define("PLUGIN_SCCM_MIN_GLPI", "10.0.0");

0 commit comments

Comments
 (0)