Skip to content

Commit bb3612b

Browse files
committed
Bump version
1 parent 766b254 commit bb3612b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

activity.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>3.1.2</num>
28+
<compatibility>~10.0</compatibility>
29+
<download_url>https://github.com/InfotelGLPI/activity/releases/download/3.1.2/glpi-activity-3.1.2.tar.bz2</download_url>
30+
</version>
2631
<version>
2732
<num>3.1.1</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_ACTIVITY_VERSION', '3.1.1');
27+
define('PLUGIN_ACTIVITY_VERSION', '3.1.2');
2828

2929
if (!defined("PLUGIN_ACTIVITY_DIR")) {
3030
define("PLUGIN_ACTIVITY_DIR", Plugin::getPhpDir("activity"));

0 commit comments

Comments
 (0)