From 5450ed02faafba671862ed6c98461f92fb02b280 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 20 Mar 2022 15:23:50 +0100 Subject: [PATCH 1/4] 0.168.2 --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 30a9c87..c411b98 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ nodejs_version=16 -n8n_version=0.159.1 +n8n_version=0.168.2 #================================================= # PERSONAL HELPERS From b0c2d40ec6d153ab9bc71d79222606f0b7243edd Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 20 Mar 2022 15:24:20 +0100 Subject: [PATCH 2/4] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 480184b..431d386 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.153.0~ynh1", + "version": "0.168.2~ynh1", "url": "https://n8n.io/", "upstream": { "license": "Apache-2.0-with-commons-clause", From c12bf5bd1d38d0382d94ab6a52f7f4943c7d7ff6 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 20 Mar 2022 14:24:24 +0000 Subject: [PATCH 3/4] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0fab76..00fe04f 100755 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything. -**Shipped version:** 0.153.0~ynh1 +**Shipped version:** 0.168.2~ynh1 diff --git a/README_fr.md b/README_fr.md index 56d260b..dad34b4 100755 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything. -**Version incluse :** 0.153.0~ynh1 +**Version incluse :** 0.168.2~ynh1 From 4be6fedd8ead1ea80d9c11e759919839976b358a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 21 Mar 2022 16:22:06 +0100 Subject: [PATCH 4/4] Update manifest.json --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 480184b..66ac565 100755 --- a/manifest.json +++ b/manifest.json @@ -9,12 +9,12 @@ "version": "0.153.0~ynh1", "url": "https://n8n.io/", "upstream": { - "license": "Apache-2.0-with-commons-clause", + "license": "Apache-2.0", "website": "https://n8n.io/", "admindoc": "https://docs.n8n.io/", "code": "https://github.com/n8n-io/n8n" }, - "license": "Apache-2.0-with-commons-clause", + "license": "Apache-2.0", "maintainer": { "name": "fflorent" },