diff --git a/README.md b/README.md index b4d2197..29ba67d 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:** 0.3.1~ynh2 +**Shipped version:** 2023.10.09~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index be30689..eb15ff7 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 :** 0.3.1~ynh2 +**Version incluse :** 2023.10.09~ynh1 ## Captures d’écran diff --git a/manifest.toml b/manifest.toml index 5af4cbc..46bafb6 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 = "0.3.1~ynh2" +version = "2023.10.09~ynh1" maintainers = ["johndoe"] @@ -43,8 +43,8 @@ ram.runtime = "0M" [resources.sources] [resources.sources.main] - url = "https://github.com/jellyfin/jellyfin-vue/archive/f1efc3cd0923d09af69debea1e19a08b24310afc.tar.gz" - sha256 = "7f3a81a44153b456012bb0c2a0d404eb0b4ac0db1c56768cef7e37ed4eb52c6f" + url = "https://github.com/jellyfin/jellyfin-vue/archive/a131e130ce933be17e84bcbffa4e1fd2ae05a6cf.tar.gz" + sha256 = "505dd6904e00b56b29a0b8257001b2e87bb51788d888f516585237ee2f24dedc" autoupdate.upstream = "https://github.com/jellyfin/jellyfin-vue/" autoupdate.strategy = "latest_github_commit"