diff --git a/manifest.toml b/manifest.toml index 9c955f8..dd03046 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)