diff --git a/README.md b/README.md index 7adb128..990910d 100755 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It shall NOT be edited by hand. 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:** 1.54.4~ynh1 +**Shipped version:** 1.56.2~ynh1 ## Screenshots diff --git a/README_es.md b/README_es.md index de4f6e7..01f64ae 100644 --- a/README_es.md +++ b/README_es.md @@ -18,7 +18,7 @@ No se debe editar a mano. 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. -**Versión actual:** 1.54.4~ynh1 +**Versión actual:** 1.56.2~ynh1 ## Capturas diff --git a/README_eu.md b/README_eu.md index 9ffe5d0..7f225f0 100644 --- a/README_eu.md +++ b/README_eu.md @@ -18,7 +18,7 @@ EZ editatu eskuz. 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. -**Paketatutako bertsioa:** 1.54.4~ynh1 +**Paketatutako bertsioa:** 1.56.2~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index 33b0a1d..fd941e2 100755 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main. n8n est un outil d'automatisation de flux de travail extensible. Avec un modèle de distribution de code équitable, n8n aura toujours un code source visible, sera disponible pour s'auto-héberger et vous permettra d'ajouter vos propres fonctions, logiques et applications personnalisées. L'approche basée sur les nœuds de n8n le rend très polyvalent, vous permettant de connecter n'importe quoi à tout. -**Version incluse :** 1.54.4~ynh1 +**Version incluse :** 1.56.2~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index 94120d9..25a368a 100644 --- a/README_gl.md +++ b/README_gl.md @@ -18,7 +18,7 @@ NON debe editarse manualmente. 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. -**Versión proporcionada:** 1.54.4~ynh1 +**Versión proporcionada:** 1.56.2~ynh1 ## Capturas de pantalla diff --git a/README_id.md b/README_id.md index adde5e0..a8e8086 100644 --- a/README_id.md +++ b/README_id.md @@ -18,7 +18,7 @@ Ini TIDAK boleh diedit dengan tangan. 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. -**Versi terkirim:** 1.54.4~ynh1 +**Versi terkirim:** 1.56.2~ynh1 ## Tangkapan Layar diff --git a/README_ru.md b/README_ru.md index 6269ec1..54bf50b 100644 --- a/README_ru.md +++ b/README_ru.md @@ -18,7 +18,7 @@ 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. -**Поставляемая версия:** 1.54.4~ynh1 +**Поставляемая версия:** 1.56.2~ynh1 ## Снимки экрана diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 0cc247f..c433c2d 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -18,7 +18,7 @@ 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. -**分发版本:** 1.54.4~ynh1 +**分发版本:** 1.56.2~ynh1 ## 截图 diff --git a/manifest.toml b/manifest.toml index 0783694..ecd935b 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.54.4~ynh1" +version = "1.56.2~ynh1" maintainers = [] @@ -56,8 +56,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/n8n-io/n8n/archive/refs/tags/n8n@1.54.4.tar.gz" - sha256 = "d38474e1855749b2f10041bb7056359b34721a6248ed94546071d9597f5614e9" + url = "https://github.com/n8n-io/n8n/archive/refs/tags/n8n@1.56.2.tar.gz" + sha256 = "92eadd532245a0cc7fbe30aeff8ff10253ad78a734a079fedcaeb1a1a75494a4" autoupdate.strategy = "latest_github_release" autoupdate.version_regex = "^n8n@(.*)$" prefetch = false