Skip to content

Commit

Permalink
Increment revision
Browse files Browse the repository at this point in the history
  • Loading branch information
xtophe38 committed Sep 12, 2023
1 parent 5871802 commit 830d232
Showing 1 changed file with 1 addition and 1 deletion.
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-network-mgmt-extended/3.1.0',
'teemip-network-mgmt-extended/3.1.1',
array(
// Identification
//
Expand Down

2 comments on commit 830d232

@Hipska
Copy link
Contributor

@Hipska Hipska commented on 830d232 Oct 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@xtophe38 you forgot to also update extension.xml, there is now no way to specifically target this version in my own modules..

Edit: Nevermind, I was confused and used teemip-network-mgmt-extended/3.1.2 instead. But it would be nicer if the extension also has the correct version.

@xtophe38
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed !! I just need to find the right process to update the version number on both the module.xx.php and the extension.xml files.

Please sign in to comment.