diff --git a/manifest.toml b/manifest.toml index c8d5e66..55c3e27 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.35.0~ynh1" +version = "1.36.1~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.35.0.tar.gz" - sha256 = "2a10806f93fc5b491788deb35009bb07d54f850c023e52a6569772692c199b7d" + url = "https://github.com/n8n-io/n8n/archive/refs/tags/n8n@1.36.1.tar.gz" + sha256 = "d937f96c51d848c4f173bfc5c63ad86ab9fc5449c9fe0e031b65d862aa875184" autoupdate.strategy = "latest_github_release" autoupdate.version_regex = "^n8n@(.*)$" prefetch = false