fix release 0.9.1

master
Jean-Christian Paul Denis 2023-05-09 10:27:06 +02:00
parent f79de46939
commit ad765c30da
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ $this->registerModule(
'Uninstaller', 'Uninstaller',
'Uninstall cleanly plugins and themes', 'Uninstall cleanly plugins and themes',
'Jean-Christian Denis and Contributors', 'Jean-Christian Denis and Contributors',
'0.9', '0.9.1',
[ [
'requires' => [['core', '2.26']], 'requires' => [['core', '2.26']],
'permissions' => null, 'permissions' => null,

View File

@ -2,10 +2,10 @@
<modules xmlns:da="http://dotaddict.org/da/"> <modules xmlns:da="http://dotaddict.org/da/">
<module id="Uninstaller"> <module id="Uninstaller">
<name>Uninstaller</name> <name>Uninstaller</name>
<version>0.9</version> <version>0.9.1</version>
<author>Jean-Christian Denis and Contributors</author> <author>Jean-Christian Denis and Contributors</author>
<desc>Uninstall cleanly plugins and themes</desc> <desc>Uninstall cleanly plugins and themes</desc>
<file>https://github.com/JcDenis/Uninstaller/releases/download/v0.9/plugin-Uninstaller.zip</file> <file>https://github.com/JcDenis/Uninstaller/releases/download/v0.9.1/plugin-Uninstaller.zip</file>
<da:dcmin>2.26</da:dcmin> <da:dcmin>2.26</da:dcmin>
<da:details>https://plugins.dotaddict.org/dc2/details/Uninstaller</da:details> <da:details>https://plugins.dotaddict.org/dc2/details/Uninstaller</da:details>
<da:support>https://github.com/JcDenis/Uninstaller</da:support> <da:support>https://github.com/JcDenis/Uninstaller</da:support>