diff --git a/README.md b/README.md index 4e074dc..fa79401 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.02.22~ynh1 +**Shipped version:** 2024.03.03~ynh1 **Demo:** https://jf-vue.pages.dev diff --git a/README_fr.md b/README_fr.md index dcb52e1..a200607 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.02.22~ynh1 +**Version incluse :** 2024.03.03~ynh1 **Démo :** https://jf-vue.pages.dev diff --git a/manifest.toml b/manifest.toml index 0afbc83..ee832a4 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.02.22~ynh1" +version = "2024.03.03~ynh1" maintainers = [""] @@ -45,8 +45,8 @@ ram.runtime = "0M" [resources.sources] [resources.sources.main] - url = "https://github.com/jellyfin/jellyfin-vue/archive/1356f5913a4c4775d7b841949484531b4a5fd3e3.tar.gz" - sha256 = "8fdd41c40597555ee05358a07df8592e908ccc6e979781c4ddb744b9152f1b89" + url = "https://github.com/jellyfin/jellyfin-vue/archive/e63594e15021f49f8a059c9cbae64430202e93fb.tar.gz" + sha256 = "b56bef41b6ecbccea9e439d9fcb9289f78e8a344cef5f4f8e8ec946f3af607cc" autoupdate.upstream = "https://github.com/jellyfin/jellyfin-vue/" autoupdate.strategy = "latest_github_commit"