Skip to content

Commit

Permalink
1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed May 3, 2022
1 parent b86fdb0 commit 70274aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
<author>TECLIB'</author>
</authors>
<versions>
<version>
<num>1.11.1</num>
<compatibility>~10.0.0</compatibility>
<download_url>https://github.com/pluginsGLPI/credit/releases/download/1.11.1/glpi-credit-1.11.1.tar.bz2</download_url>
</version>
<version>
<num>1.11.0</num>
<compatibility>~10.0.0</compatibility>
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* -------------------------------------------------------------------------
*/

define('PLUGIN_CREDIT_VERSION', '1.11.0');
define('PLUGIN_CREDIT_VERSION', '1.11.1');

// Minimal GLPI version, inclusive
define("PLUGIN_CREDIT_MIN_GLPI", "10.0.0");
Expand Down

0 comments on commit 70274aa

Please sign in to comment.