Skip to content

Commit

Permalink
Set new version #
Browse files Browse the repository at this point in the history
  • Loading branch information
xtophe38 committed Jun 26, 2024
1 parent 2e727b0 commit 4dfb720
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions extension.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<author><![CDATA[Christophe Naud]]></author>
<label><![CDATA[TeemIp Zone Management]]></label>
<description><![CDATA[TeemIp extension to manage DNS views, zones and DNS records]]></description>
<version>3.1.2-dev</version>
<release_date>2024-xx-yy</release_date>
<version>3.1.2</version>
<release_date>2024-06-26</release_date>
<version_description><![CDATA[Enhancements from 3.1.1: See Wiki at https://wiki.teemip.net/doku.php?id=extensions:teemip-zone-mgmt]]></version_description>
<itop_version_min>3.1.0</itop_version_min>
<status>stable</status>
Expand Down
2 changes: 1 addition & 1 deletion teemip-zone-mgmt/module.teemip-zone-mgmt.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/** @noinspection PhpUnhandledExceptionInspection */
SetupWebPage::AddModule(
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
'teemip-zone-mgmt/3.1.2-dev',
'teemip-zone-mgmt/3.1.2',
array(
// Identification
//
Expand Down

0 comments on commit 4dfb720

Please sign in to comment.