diff --git a/README.md b/README.md index 6542b8f..4ad91d0 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:** 2024.01.29~ynh1 +**Shipped version:** 2024.02.02~ynh1 **Demo:** https://jf-vue.pages.dev diff --git a/README_fr.md b/README_fr.md index beb94b0..5a01454 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 :** 2024.01.29~ynh1 +**Version incluse :** 2024.02.02~ynh1 **Démo :** https://jf-vue.pages.dev diff --git a/manifest.toml b/manifest.toml index 9a30e0f..9491390 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 = "2024.01.29~ynh1" +version = "2024.02.02~ynh1" maintainers = [""] @@ -45,8 +45,8 @@ ram.runtime = "0M" [resources.sources] [resources.sources.main] - url = "https://github.com/jellyfin/jellyfin-vue/archive/2c5984567532e77121095655d510fda925cddb49.tar.gz" - sha256 = "1db918f0e9dc488ad363b1e63ec91497ad88a465f634d6dccb95cb8048581000" + url = "https://github.com/jellyfin/jellyfin-vue/archive/fe71c6d7d7a4ae2f75e62b8556f27821c55c633e.tar.gz" + sha256 = "c6c1386ed73270f94cfd9238dc6f2dfc50cda9fe7296ec9b15a8d3d045e823e0" autoupdate.upstream = "https://github.com/jellyfin/jellyfin-vue/" autoupdate.strategy = "latest_github_commit"