Skip to content

Commit 16c345a

Browse files
committed
Bump version 3.1.7
1 parent 3283077 commit 16c345a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

badges.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>3.1.7</num>
30+
<compatibility>~11.0</compatibility>
31+
<download_url>https://github.com/InfotelGLPI/badges/releases/download/3.1.7/glpi-badges-3.1.7.tar.bz2</download_url>
32+
</version>
2833
<version>
2934
<num>3.1.6</num>
3035
<compatibility>~11.0</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
global $CFG_GLPI;
4040

41-
define('PLUGIN_BADGES_VERSION', '3.1.6');
41+
define('PLUGIN_BADGES_VERSION', '3.1.7');
4242

4343
if (!defined("PLUGIN_BADGES_DIR")) {
4444
define("PLUGIN_BADGES_DIR", Plugin::getPhpDir("badges"));

0 commit comments

Comments
 (0)