Skip to content

Commit

Permalink
build: bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <[email protected]>
  • Loading branch information
btry committed Dec 20, 2018
1 parent 8b16835 commit 355e871
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
Binary file added images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teclib/flyve-mdm-glpi",
"version": "2.0.0-rc.2",
"version": "2.0.0-rc.3",
"description": "Flyve MDM plugin for GLPI",
"directories": {
"test": "tests"
Expand Down
12 changes: 10 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>Flyve MDM</name>
<key>flyvemdm</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/flyve-mdm/flyve-mdm-glpi/master/icon.png</logo>
<logo>https://raw.githubusercontent.com/flyve-mdm/glpi-plugin/master/images/icon.png</logo>
<description>
<short>
<cs>Flyve MDM je nástroj pro správu mobilních zařízení.</cs>
Expand Down Expand Up @@ -67,7 +67,7 @@ Fonctionnalités
4. Configuration des appareils mobiles (mots de passe, connectivité, verrouillage)
5. Géolocalisation des appareils mobiles
6. Effacement d'urgence à distance des appareils mobiles
</fr>
</fr>
</long>
</description>
<homepage>https://github.com/flyve-mdm/glpi-plugin</homepage>
Expand All @@ -94,6 +94,14 @@ Fonctionnalités
<compatibility>9.2.4</compatibility>
<compatibility>9.3</compatibility>
</version>
<version>
<num>2.0.0-rc.3</num>
<compatibility>9.2.1</compatibility>
<compatibility>9.2.2</compatibility>
<compatibility>9.2.3</compatibility>
<compatibility>9.2.4</compatibility>
<compatibility>9.3</compatibility>
</version>
</versions>
<langs>
<lang>cs_CZ</lang>
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 @@
*/

// Version of the plugin
define('PLUGIN_FLYVEMDM_VERSION', '2.0.0-rc.2');
define('PLUGIN_FLYVEMDM_VERSION', '2.0.0-rc.3');
// Schema version of this version
define('PLUGIN_FLYVEMDM_SCHEMA_VERSION', '2.1');
// is or is not an official release of the plugin
Expand Down

0 comments on commit 355e871

Please sign in to comment.