From 4fb7130aaef868f23e7ccc668d701596f2f70d3d Mon Sep 17 00:00:00 2001 From: Thibault Milan Date: Wed, 21 Feb 2024 15:30:24 +0100 Subject: [PATCH] Bump to version 1.29 of n8n --- manifest.toml | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 724cb31..bad7841 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "n8n" description.en = "Workflow Automation Tool. Easily automate tasks across different services" description.fr = "Outil d'automatisation du flux de travail. Automatisez facilement les tâches sur différents services" -version = "1.9.3~ynh1" +version = "1.29.0~ynh1" maintainers = [] diff --git a/scripts/_common.sh b/scripts/_common.sh index d802561..fa7ef87 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ nodejs_version=20 -n8n_version=1.9.3 +n8n_version=1.29.0 timezone="$(cat /etc/timezone)" main_domain=$(cat /etc/yunohost/current_host)