diff --git a/manifest.json b/manifest.json index 118b6cd..2017ef4 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": "1.1.1~ynh1", + "version": "1.9.3~ynh1", "url": "https://n8n.io/", "upstream": { "license": "Apache-2.0", diff --git a/scripts/_common.sh b/scripts/_common.sh index 3ffdb1c..5bd136c 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ nodejs_version=20 -n8n_version=1.1.1 +n8n_version=1.9.3 #================================================= # PERSONAL HELPERS