diff --git a/README.md b/README.md index 3da609d..59be32c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Jellyfin Vue is the next step of Jellyfin's development. It's a new frontend, based on Vue. See https://jellyfin.org/posts/vue-vue3 for details. -**Shipped version:** 2023.11.06~ynh1 +**Shipped version:** 2023.11.11~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 24d60c1..8771f14 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Jellyfin Vue est la prochaine étape du développement de Jellyfin. C'est une nouvelle interface, basée sur Vue. Des détails peuvent être trouvés ici : https://jellyfin.org/posts/vue-vue3. -**Version incluse :** 2023.11.06~ynh1 +**Version incluse :** 2023.11.11~ynh1 ## Captures d’écran diff --git a/manifest.toml b/manifest.toml index a8b5cd7..6e0b419 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Jellyfin Vue Client" description.en = "Modern web client for Jellyfin" description.fr = "Client web moderne pour Jellyfin" -version = "2023.11.06~ynh1" +version = "2023.11.11~ynh1" maintainers = [""] @@ -43,8 +43,8 @@ ram.runtime = "0M" [resources.sources] [resources.sources.main] - url = "https://github.com/jellyfin/jellyfin-vue/archive/fea581bfa71dd7b877fa87b810b9f21890298e29.tar.gz" - sha256 = "42509808da989f59f9a64970173850da0cc428d8a6da1a8fecb6d4575e6fd87b" + url = "https://github.com/jellyfin/jellyfin-vue/archive/9852b01e38bf5b1b4727a50898cb12f0bf36fbec.tar.gz" + sha256 = "76ffa800cbeb0a4c0bf84c275cdfa4fa3716f72c47c3c2a6e181c5e55e0daa84" autoupdate.upstream = "https://github.com/jellyfin/jellyfin-vue/" autoupdate.strategy = "latest_github_commit"