Skip to content

Commit 43e96de

Browse files
committed
2.3.1
1 parent 2275d57 commit 43e96de

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
@@ -55,6 +55,11 @@ Prerequisite :
5555
<author>TECLIB'</author>
5656
</authors>
5757
<versions>
58+
<version>
59+
<num>2.3.1</num>
60+
<compatibility>~9.5.0</compatibility>
61+
<download_url>https://github.com/pluginsGLPI/sccm/releases/download/2.3.1/glpi-sccm-2.3.1.tar.bz2</download_url>
62+
</version>
5863
<version>
5964
<num>2.3.0</num>
6065
<compatibility>~9.5.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.3.0");
32+
define("PLUGIN_SCCM_VERSION", "2.3.1");
3333

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

0 commit comments

Comments
 (0)