diff --git a/manifest.json b/manifest.json index 704c441..118b6cd 100755 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Workflow Automation Tool. Easily automate tasks across different services", "fr": "Outil d'automatisation du flux de travail. Automatisez facilement les tâches sur différents services" }, - "version": "0.218.0~ynh1", + "version": "1.1.1~ynh1", "url": "https://n8n.io/", "upstream": { "license": "Apache-2.0", @@ -19,7 +19,7 @@ "name": "" }, "requirements": { - "yunohost": ">= 11.0.9" + "yunohost": ">= 11.2" }, "multi_instance": false, "services": [ diff --git a/scripts/_common.sh b/scripts/_common.sh index bf17f53..6a84d6a 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ nodejs_version=16 -n8n_version=0.221.2 +n8n_version=1.1.1 #================================================= # PERSONAL HELPERS