diff --git a/README.md b/README.md index d6df807..1152d8c 100755 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ It shall NOT be edited by hand. Workflow Automation Tool [![🌐 Official app website](https://img.shields.io/badge/Official_app_website-darkgreen?style=for-the-badge)](https://n8n.io/) -[![Version: 2.15.1~ynh1](https://img.shields.io/badge/Version-2.15.1~ynh1-rgb(18,138,11)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/n8n/) +[![Version: 2.16.0~ynh1](https://img.shields.io/badge/Version-2.16.0~ynh1-rgb(18,138,11)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/n8n/)
diff --git a/manifest.toml b/manifest.toml index db669e0..9fed72d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "n8n" description.en = "Workflow Automation Tool" description.fr = "Outil d'automatisation du flux de travail" -version = "2.15.1~ynh1" +version = "2.16.0~ynh1" maintainers = [] @@ -57,8 +57,8 @@ ram.runtime = "550M" [resources.sources] [resources.sources.main] - url = "https://github.com/n8n-io/n8n/archive/refs/tags/n8n@2.15.1.tar.gz" - sha256 = "f45198362b9f30de9223c8105f30f23e568387fcf20cbff19f840172dd0f051a" + url = "https://github.com/n8n-io/n8n/archive/refs/tags/n8n@2.16.0.tar.gz" + sha256 = "2d1629a1afa0b47b7a5c941bcd668c858c9d97e0d1da23aaa645a66bf3f494e8" autoupdate.strategy = "latest_github_release" autoupdate.version_regex = "^n8n@(.*)$" prefetch = false