Skip to content

Commit c76b449

Browse files
committed
1.3.3
1 parent a918cc5 commit c76b449

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

metabase.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ Il permet actuellement de:
5151
<author>Teclib'</author>
5252
</authors>
5353
<versions>
54+
<version>
55+
<num>1.3.3</num>
56+
<compatibility>~10.0.0</compatibility>
57+
<download_url>https://github.com/pluginsGLPI/metabase/releases/download/1.3.3/glpi-metabase-1.3.3.tar.bz2</download_url>
58+
</version>
5459
<version>
5560
<num>1.3.2</num>
5661
<compatibility>~10.0.0</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* -------------------------------------------------------------------------
2929
*/
3030

31-
define('PLUGIN_METABASE_VERSION', '1.3.2');
31+
define('PLUGIN_METABASE_VERSION', '1.3.3');
3232

3333
// Minimal GLPI version, inclusive
3434
define("PLUGIN_METABASE_MIN_GLPI", "10.0.0");

0 commit comments

Comments
 (0)