Skip to content

Commit

Permalink
Increase version #
Browse files Browse the repository at this point in the history
  • Loading branch information
xtophe38 committed Dec 11, 2023
1 parent dd8c150 commit 80e7f5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions extension.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<author><![CDATA[Christophe Naud]]></author>
<label><![CDATA[TeemIp IP Discovery]]></label>
<description><![CDATA[TeemIp extension that enables IP discovery management]]></description>
<version>3.1.0</version>
<release_date>2023-06-21</release_date>
<version_description><![CDATA[Enhancements from 3.0.1: See Wiki at https://wiki.teemip.net/doku.php?id=extensions:teemip-zone-mgmt]]></version_description>
<version>3.1.1</version>
<release_date>2023-12-11</release_date>
<version_description><![CDATA[Enhancements from 3.1.0: See Wiki at https://wiki.teemip.net/doku.php?id=extensions:teemip-zone-mgmt]]></version_description>
<itop_version_min>3.0.0</itop_version_min>
<status>stable</status>
<mandatory>false</mandatory>
Expand Down
2 changes: 1 addition & 1 deletion teemip-ip-discovery/module.teemip-ip-discovery.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

SetupWebPage::AddModule(
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
'teemip-ip-discovery/3.1.0',
'teemip-ip-discovery/3.1.1',
array(
// Identification
//
Expand Down

0 comments on commit 80e7f5e

Please sign in to comment.