Skip to content

Commit 3243b08

Browse files
committed
Bump version
1 parent 20dc2a8 commit 3243b08

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

satisfaction.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@
8888
<author>Infotel</author>
8989
</authors>
9090
<versions>
91+
<version>
92+
<num>1.6.1</num>
93+
<compatibility>~10.0</compatibility>
94+
<download_url>https://github.com/pluginsGLPI/satisfaction/releases/download/1.6.1/glpi-satisfaction-1.6.1.tar.bz2</download_url>
95+
</version>
9196
<version>
9297
<num>1.6.0</num>
9398
<compatibility>~10.0</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* Init the hooks of the plugins -Needed
3232
*/
3333

34-
define ("PLUGIN_SATISFACTION_VERSION", "1.6.0");
34+
define ("PLUGIN_SATISFACTION_VERSION", "1.6.1");
3535

3636
// Minimal GLPI version, inclusive
3737
define('PLUGIN_SATISFACTION_MIN_GLPI', '10.0');

0 commit comments

Comments
 (0)