Skip to content

Commit 78984f6

Browse files
committed
bump(1.1.0): 1.1.0
1 parent 2aefdb3 commit 78984f6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

plugin.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ Carbon est un plugin permettant d'évaluer l'impact environnemental de votre inf
3030
<compatibility>~10.0.18</compatibility>
3131
<download_url>https://github.com/pluginsGLPI/carbon/releases/download/1.0.0/glpi-carbon-1.0.0.tar.bz2</download_url>
3232
</version>
33+
<version>
34+
<num>1.1.0</num>
35+
<compatibility>~11.0</compatibility>
36+
<download_url>https://github.com/pluginsGLPI/carbon/releases/download/1.1.0/glpi-carbon-1.1.0.tar.bz2</download_url>
37+
</version>
3338
</versions>
3439
<langs>
3540
<lang>en_US</lang>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
use Profile as GlpiProfile;
4242
use GlpiPlugin\Carbon\Dashboard\Grid;
4343

44-
define('PLUGIN_CARBON_VERSION', '1.1.0-dev');
44+
define('PLUGIN_CARBON_VERSION', '1.1.0');
4545
define('PLUGIN_CARBON_SCHEMA_VERSION', '1.1.0');
4646

4747
// Minimal GLPI version, inclusive

0 commit comments

Comments
 (0)