From a9eaeac211a08647bb20ba59fd9c1056bb93dbf3 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Mon, 28 Mar 2016 18:51:06 +0200 Subject: [PATCH] add "packaging_format" key to manifest.json Following the decision taken during last meeting. See "## Format version (packaging_version)" here http://pv.yunohost.org/meeting/63-yunohost-3-2016/ --- manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.json b/manifest.json index 2240ce10..d2385310 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,7 @@ { "name": "WordPress", "id": "wordpress", + "packaging_format": 1, "description": { "en": "Create a beautiful blog or website easily", "fr": "Logiciel de création de blog ou de site Web"