Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Mar 30, 2023
1 parent a893f6b commit 86157c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions gantt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
<author>Teclib'</author>
</authors>
<versions>
<version>
<num>1.0.3</num>
<compatibility>^10.0.1</compatibility>
<download_url>https://github.com/pluginsGLPI/gantt/releases/download/1.0.3/glpi-gantt-1.0.3.tar.bz2</download_url>
</version>
<version>
<num>1.0.2</num>
<compatibility>^10.0.1</compatibility>
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/

define('PLUGIN_GANTT_VERSION', '1.0.2');
define('PLUGIN_GANTT_VERSION', '1.0.3');

// Minimal GLPI version, inclusive
define("PLUGIN_GANTT_MIN_GLPI_VERSION", "10.0.1");
Expand Down

0 comments on commit 86157c7

Please sign in to comment.