From efe1e70cbfd4436153444cb0ecaba8abf698f2fd Mon Sep 17 00:00:00 2001 From: Limezy Date: Sun, 2 Oct 2022 14:36:15 +0700 Subject: [PATCH] 0.196.0 --- manifest.json | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 61726d3..bc22ae1 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.193.3~ynh1", + "version": "0.196.0~ynh1", "url": "https://n8n.io/", "upstream": { "license": "Apache-2.0", diff --git a/scripts/_common.sh b/scripts/_common.sh index a5379a9..38ae523 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ nodejs_version=16 -n8n_version=0.193.3 +n8n_version=0.196.0 #================================================= # PERSONAL HELPERS