diff --git a/README.md b/README.md index 3a91929..285a8cd 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Web IP address management application -**Shipped version:** 1.4.4~ynh2 +**Shipped version:** 1.4.5~ynh1 **Demo:** http://demo.phpipam.net diff --git a/README_fr.md b/README_fr.md index 43971a9..4fba2cb 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Application web de gestion d'adresses IP -**Version incluse :** 1.4.4~ynh2 +**Version incluse :** 1.4.5~ynh1 **Démo :** http://demo.phpipam.net diff --git a/manifest.json b/manifest.json index 750fbe6..93a5534 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Web IP address management application", "fr": "Application web de gestion d'adresses IP" }, - "version": "1.4.4~ynh2", + "version": "1.4.5~ynh1", "url": "https://phpipam.net/", "upstream": { "license": "GPL-3.0-only", @@ -30,18 +30,17 @@ "mysql" ], "arguments": { - "install": [{ + "install": [ + { "name": "domain", "type": "domain" }, - { "name": "path", "type": "path", "example": "/phpipam", "default": "/phpipam" }, - { "name": "is_public", "type": "boolean",