We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54faf1 commit 929df18Copy full SHA for 929df18
gantt.xml
@@ -21,6 +21,11 @@
21
<author>Teclib'</author>
22
</authors>
23
<versions>
24
+ <version>
25
+ <num>1.0.1</num>
26
+ <compatibility>^10.0.1</compatibility>
27
+ <download_url>https://github.com/pluginsGLPI/gantt/releases/download/1.0.1/glpi-gantt-1.0.1.tar.bz2</download_url>
28
+ </version>
29
<version>
30
<num>1.0.0</num>
31
<compatibility>^10.0.1</compatibility>
setup.php
@@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/
-define('PLUGIN_GANTT_VERSION', '1.0.0');
+define('PLUGIN_GANTT_VERSION', '1.0.1');
32
33
// Minimal GLPI version, inclusive
34
define("PLUGIN_GANTT_MIN_GLPI_VERSION", "10.0.1");
0 commit comments