Skip to content

Commit 68c7abc

Browse files
committed
Bump version
1 parent ba04851 commit 68c7abc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

mydashboard.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
<author>Infotel</author>
2424
</authors>
2525
<versions>
26+
<version>
27+
<num>2.1.5</num>
28+
<compatibility>~10.0</compatibility>
29+
<download_url>https://github.com/InfotelGLPI/mydashboard/releases/download/2.1.5/glpi-mydashboard-2.1.5.tar.bz2</download_url>
30+
</version>
2631
<version>
2732
<num>2.1.4</num>
2833
<compatibility>~10.0</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
--------------------------------------------------------------------------
2525
*/
2626

27-
define('PLUGIN_MYDASHBOARD_VERSION', '2.1.4');
27+
define('PLUGIN_MYDASHBOARD_VERSION', '2.1.5');
2828

2929
if (!defined("PLUGIN_MYDASHBOARD_DIR")) {
3030
define("PLUGIN_MYDASHBOARD_DIR", Plugin::getPhpDir("mydashboard"));

0 commit comments

Comments
 (0)