Skip to content

Commit

Permalink
2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Jun 19, 2023
1 parent 49416b8 commit c4807b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions sccm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ Prerequisite :
<author>TECLIB'</author>
</authors>
<versions>
<version>
<num>2.4.3</num>
<compatibility>~10.0.0</compatibility>
<download_url>https://github.com/pluginsGLPI/sccm/releases/download/2.4.3/glpi-sccm-2.4.3.tar.bz2</download_url>
</version>
<version>
<num>2.4.2</num>
<compatibility>~10.0.0</compatibility>
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* -------------------------------------------------------------------------
*/

define("PLUGIN_SCCM_VERSION", "2.4.2");
define("PLUGIN_SCCM_VERSION", "2.4.3");

// Minimal GLPI version, inclusive
define("PLUGIN_SCCM_MIN_GLPI", "10.0.0");
Expand Down

0 comments on commit c4807b4

Please sign in to comment.