diff --git a/README.md b/README.md
index b23edf8..6fd5e4d 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Web-based personal audio streaming service
[](https://koel.dev)
[](https://demo.koel.dev)
-[?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/koel/)
+[?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/koel/)

diff --git a/manifest.toml b/manifest.toml
index cb3fd0e..6b3fb6a 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -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"]
@@ -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$"