From 0c8519576cc0db59262d674366fd4b92c9587892 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 27 Mar 2022 10:46:59 +0200 Subject: [PATCH] 0.169.0 --- manifest.json | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 74ef312..1bfcc31 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.168.2~ynh1", + "version": "0.169.0~ynh1", "url": "https://n8n.io/", "upstream": { "license": "Apache-2.0", diff --git a/scripts/_common.sh b/scripts/_common.sh index c411b98..436bf94 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ nodejs_version=16 -n8n_version=0.168.2 +n8n_version=0.169.0 #================================================= # PERSONAL HELPERS