From a85d3f8e3e28a95e44e00f54f0f7ebce6be4c0d0 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Wed, 23 Aug 2017 00:31:51 +0200 Subject: [PATCH] Add version field Needed for ynh_install_app_dependencies --- manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.json b/manifest.json index a1f7b55..9b71054 100644 --- a/manifest.json +++ b/manifest.json @@ -8,6 +8,7 @@ }, "url": "https://example.com", "license": "free", + "version": "1.0", "maintainer": { "name": "John doe", "email": "john.doe@example.com",