Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmr committed Oct 21, 2022
1 parent e8c6799 commit b2c35a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions positions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
<author>Infotel</author>
</authors>
<versions>
<version>
<num>6.0.2</num>
<compatibility>~10.0</compatibility>
<download_url>https://github.com/InfotelGLPI/positions/releases/download/6.0.2/glpi-positions-6.0.2.tar.bz2</download_url>
</version>
<version>
<num>6.0.1</num>
<compatibility>~10.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 @@

// Init the hooks of the plugins -Needed

define('PLUGIN_POSITIONS_VERSION', '6.0.1');
define('PLUGIN_POSITIONS_VERSION', '6.0.2');

if (!defined("PLUGIN_POSITIONS_DIR")) {
define("PLUGIN_POSITIONS_DIR", Plugin::getPhpDir("positions"));
Expand Down

0 comments on commit b2c35a5

Please sign in to comment.