diff --git a/manifest.toml b/manifest.toml index 0b05dc4..5f0db86 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.40.0~ynh1" +version = "1.41.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.40.0.tar.gz" - sha256 = "ea4c62e05d467f3b13ad0180b9d66d16a5faa839121bf521107a7b4e78e7383d" + url = "https://github.com/n8n-io/n8n/archive/refs/tags/n8n@1.41.0.tar.gz" + sha256 = "82ea709735e96ad0707d108f3f677a624d922db82a17a51a254d30ae6b66fa1f" autoupdate.strategy = "latest_github_release" autoupdate.version_regex = "^n8n@(.*)$" prefetch = false