Skip to content

Commit d49363b

Browse files
committed
Bump version
1 parent 3694f7a commit d49363b

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
use GlpiPlugin\Tasklists\Ticket;
3737
use GlpiPlugin\Tasklists\Task;
3838

39-
define('PLUGIN_TASKLISTS_VERSION', '2.1.1');
39+
define('PLUGIN_TASKLISTS_VERSION', '2.1.2');
4040

4141
if (!defined("PLUGIN_TASKLISTS_DIR")) {
4242
define("PLUGIN_TASKLISTS_DIR", Plugin::getPhpDir("tasklists"));

tasklists.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
<author>Infotel</author>
2626
</authors>
2727
<versions>
28+
<version>
29+
<num>2.1.2</num>
30+
<compatibility>~11.0</compatibility>
31+
<download_url>https://github.com/InfotelGLPI/tasklists/releases/download/2.1.2/glpi-tasklists-2.1.2.tar.bz2</download_url>
32+
</version>
2833
<version>
2934
<num>2.1.1</num>
3035
<compatibility>~11.0</compatibility>

0 commit comments

Comments
 (0)