diff --git a/manifest.toml b/manifest.toml index 719da91..60defd8 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.48.3~ynh1" +version = "1.49.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.48.3.tar.gz" - sha256 = "3618208528d3726ed2158cacdf69860a43300ad5c6faefab62f7e6f310dd7936" + url = "https://github.com/n8n-io/n8n/archive/refs/tags/n8n@1.49.0.tar.gz" + sha256 = "69fc012b27f9b217f52304da5189f5671105f74ab28a9674777a88ed06209994" autoupdate.strategy = "latest_github_release" autoupdate.version_regex = "^n8n@(.*)$" prefetch = false