diff --git a/README.md b/README.md index efb83a3..a5732d6 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.29.0~ynh1 +**Shipped version:** 1.35.0~ynh1 ## Screenshots diff --git a/README_eu.md b/README_eu.md index 1e6a2fe..895c8e2 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.29.0~ynh1 +**Paketatutako bertsioa:** 1.35.0~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index 674daae..d4f0111 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.29.0~ynh1 +**Version incluse :** 1.35.0~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index 054800a..04414f5 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.29.0~ynh1 +**Versión proporcionada:** 1.35.0~ynh1 ## Capturas de pantalla diff --git a/manifest.toml b/manifest.toml index 8c750f9..c8d5e66 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.29.0~ynh1" +version = "1.35.0~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.9.3.zip" - sha256 = "53114a7817f319bfc065566cd77ae889aacb2f2ffd8283f905292a31e19d41e1" + url = "https://github.com/n8n-io/n8n/archive/refs/tags/n8n@1.35.0.tar.gz" + sha256 = "2a10806f93fc5b491788deb35009bb07d54f850c023e52a6569772692c199b7d" autoupdate.strategy = "latest_github_release" autoupdate.version_regex = "^n8n@(.*)$" prefetch = false