Skip to content

Commit 3fcc66a

Browse files
committed
Rename files & bump version
1 parent 26e5463 commit 3fcc66a

25 files changed

+7
-1
lines changed

ocsinventoryng.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
<author>Walid Nouh</author>
2929
</authors>
3030
<versions>
31+
<version>
32+
<num>2.1.1</num>
33+
<compatibility>~11.0</compatibility>
34+
<download_url>https://github.com/pluginsGLPI/ocsinventoryng/releases/download/2.1.1/glpi-ocsinventoryng-2.1.1.tar.bz2</download_url>
35+
</version>
3136
<version>
3237
<num>2.1.0</num>
3338
<compatibility>~11.0</compatibility>

setup.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,13 @@
5454

5555
global $CFG_GLPI;
5656

57+
define('PLUGIN_OCS_VERSION', '2.1.1');
58+
5759
define("PLUGIN_OCSINVENTORYNG_STATE_STARTED", 1);
5860
define("PLUGIN_OCSINVENTORYNG_STATE_RUNNING", 2);
5961
define("PLUGIN_OCSINVENTORYNG_STATE_FINISHED", 3);
6062

6163
define("PLUGIN_OCSINVENTORYNG_LOCKFILE", GLPI_LOCK_DIR . "/ocsinventoryng.lock");
62-
define('PLUGIN_OCS_VERSION', '2.1.0');
6364

6465
if (!defined("PLUGIN_OCS_DIR")) {
6566
define("PLUGIN_OCS_DIR", Plugin::getPhpDir("ocsinventoryng"));
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)