Skip to content

Commit 3e240c6

Browse files
committed
Rename files & Bump version
1 parent 3655697 commit 3e240c6

File tree

7 files changed

+6
-1
lines changed

7 files changed

+6
-1
lines changed

connections.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
<author>Jérémy Moreau</author>
2727
</authors>
2828
<versions>
29+
<version>
30+
<num>11.0.1</num>
31+
<compatibility>~11.0</compatibility>
32+
<download_url>https://github.com/pluginsGLPI/connections/releases/download/11.0.1/glpi-connections-11.0.1.tar.bz2</download_url>
33+
</version>
2934
<version>
3035
<num>10.0.0</num>
3136
<compatibility>~10.0</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
use GlpiPlugin\Connections\Connection_Item;
3535
use GlpiPlugin\Connections\Profile;
3636

37-
define('PLUGIN_CONNECTIONS_VERSION', '11.0.0');
37+
define('PLUGIN_CONNECTIONS_VERSION', '11.0.1');
3838

3939
global $CFG_GLPI;
4040

0 commit comments

Comments
 (0)