Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2~ynh1](https://img.shields.io/badge/Version-2.16.2~ynh1-rgb(18,138,11)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/n8n/)

<div align="center">
<a href="https://apps.yunohost.org/app/n8n"><img height="100px" src="https://github.com/YunoHost/yunohost-artwork/raw/refs/heads/main/badges/neopossum-badges/badge_more_info_on_the_appstore.svg"/></a>
Expand Down
6 changes: 3 additions & 3 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2~ynh1"

maintainers = []

Expand Down Expand Up @@ -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.2.tar.gz"
sha256 = "79ff5b1d2152ffa67bc33af413e5776397c822d2c700b984ef9406e34e81d8f5"
autoupdate.strategy = "latest_github_release"
autoupdate.version_regex = "^n8n@(.*)$"
prefetch = false
Expand Down