diff --git a/README.md b/README.md index 4e7e75f..f433b2f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It shall NOT be edited by hand. 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.07.05~ynh1 +**Shipped version:** 2024.07.13~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md index aa46953..0291cf4 100644 --- a/README_es.md +++ b/README_es.md @@ -19,7 +19,7 @@ No se debe editar a mano. 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. -**Versión actual:** 2024.07.05~ynh1 +**Versión actual:** 2024.07.13~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index 5fd032c..58aaa06 100644 --- a/README_eu.md +++ b/README_eu.md @@ -19,7 +19,7 @@ EZ editatu eskuz. 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. -**Paketatutako bertsioa:** 2024.07.05~ynh1 +**Paketatutako bertsioa:** 2024.07.13~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 6bd4106..410bd19 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main. 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.07.05~ynh1 +**Version incluse :** 2024.07.13~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index cb9f4f9..ca290d1 100644 --- a/README_gl.md +++ b/README_gl.md @@ -19,7 +19,7 @@ NON debe editarse manualmente. 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. -**Versión proporcionada:** 2024.07.05~ynh1 +**Versión proporcionada:** 2024.07.13~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 18d1670..f1d5338 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -19,7 +19,7 @@ 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. -**分发版本:** 2024.07.05~ynh1 +**分发版本:** 2024.07.13~ynh1 **演示:** diff --git a/manifest.toml b/manifest.toml index 82f81d0..0b0a8f9 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.07.05~ynh1" +version = "2024.07.13~ynh1" maintainers = [] @@ -45,8 +45,8 @@ ram.runtime = "0M" [resources.sources] [resources.sources.main] - url = "https://github.com/jellyfin/jellyfin-vue/archive/7f47ef06cbdc0edc29d66e178932b3791d53f76f.tar.gz" - sha256 = "f6bdb00ded6d672aa96a2e2429956c46e4c0249b7739211a7c09f63fb4c8124a" + url = "https://github.com/jellyfin/jellyfin-vue/archive/a6acc2eb83478bae78c3b2efdb7580ece66c3c09.tar.gz" + sha256 = "ba1be259cce4526e0e968355da37fc184e7e3e87713ff251aa9ac98f0a0f8606" autoupdate.upstream = "https://github.com/jellyfin/jellyfin-vue/" autoupdate.strategy = "latest_github_commit"