Skip to content
Merged
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 @@ -12,7 +12,7 @@ Web-based personal audio streaming service

[![🌐 Official app website](https://img.shields.io/badge/Official_app_website-darkgreen?style=for-the-badge)](https://koel.dev)
[![App Demo](https://img.shields.io/badge/App_Demo-blue?style=for-the-badge)](https://demo.koel.dev)
[![Version: 9.11.0~ynh1](https://img.shields.io/badge/Version-9.11.0~ynh1-rgb(18,138,11)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/koel/)
[![Version: 9.11.1~ynh1](https://img.shields.io/badge/Version-9.11.1~ynh1-rgb(18,138,11)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/koel/)

<div align="center">
<a href="https://apps.yunohost.org/app/koel"><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 @@ -7,7 +7,7 @@ name = "Koel"
description.en = "Web-based personal audio streaming service"
description.fr = "Service web de streaming audio personnel"

version = "9.11.0~ynh1"
version = "9.11.1~ynh1"

maintainers = ["tituspijean"]

Expand Down Expand Up @@ -46,8 +46,8 @@ ram.runtime = "150M"
[resources.sources]

[resources.sources.main]
url = "https://github.com/koel/koel/releases/download/v9.11.0/koel-v9.11.0.tar.gz"
sha256 = "dc969b284a3a251dcc8bf3d86859aa7c144b03416bcf70aa94fbba84f89f2fb3"
url = "https://github.com/koel/koel/releases/download/v9.11.1/koel-v9.11.1.tar.gz"
sha256 = "b5f843ab69bf80a8b98a5322a94f696de62dacd003fefb6bea2e422f1f61703e"

autoupdate.strategy = "latest_github_release"
autoupdate.asset = "^koel-v.*tar.gz$"
Expand Down