From e5355b810b42c22346463678a9e94591bca52727 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Thu, 13 Oct 2022 22:17:52 +0000 Subject: [PATCH] Update app version --- apps/n8n/config.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/n8n/config.json b/apps/n8n/config.json index ed9f4549..2d6cd1ae 100644 --- a/apps/n8n/config.json +++ b/apps/n8n/config.json @@ -4,9 +4,11 @@ "available": true, "port": 8094, "id": "n8n", - "tipi_version": 2, - "version": "0.195.5", - "categories": ["automation"], + "tipi_version": 3, + "version": "0.197.1", + "categories": [ + "automation" + ], "description": "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.", "short_desc": "Workflow Automation Tool. Alternative to Zapier", "author": "n8n.io",