diff --git a/README.md b/README.md index 09a582b..a84e33d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Funkwhale is a community-driven project that lets you listen and share music and audio within a decentralized, open network. -**Shipped version:** 1.3.2~ynh1 +**Shipped version:** 1.3.3~ynh1 **Demo:** https://demo.funkwhale.audio diff --git a/README_fr.md b/README_fr.md index 2ca7bbf..f3d445d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Funkwhale est un projet communautaire qui vous permet d'écouter et de partager de la musique et de l'audio au sein d'un réseau ouvert et décentralisé. -**Version incluse :** 1.3.2~ynh1 +**Version incluse :** 1.3.3~ynh1 **Démo :** https://demo.funkwhale.audio diff --git a/manifest.toml b/manifest.toml index 1174812..c7c5428 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Funkwhale" description.en = "Convivial and modern music server" description.fr = "Serveur de musique moderne et convivial" -version = "1.3.2~ynh1" +version = "1.3.3~ynh1" maintainers = ["Thovi98"] @@ -44,15 +44,15 @@ ram.runtime = "50M" [resources] [resources.sources] [resources.sources.api] - url = "https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.3.2/download?job=build_api" - sha256 = "c821e5cc291eaec144d8b65410c3db0f0391b1fe888b924aca7703436ad9eaab" + url = "https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.3.3/download?job=build_api" + sha256 = "768eb6706f0f80a59373a8fa30d6808917f8a3f007c391677661e7262a831fae" in_subdir = true extract = true format = "zip" [resources.sources.front] - url = "https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.3.2/download?job=build_front" - sha256 = "29fda241b303d1935df663071d5bb45a287db5e5b185eae166e17e3f6ae08b43" + url = "https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.3.3/download?job=build_front" + sha256 = "23252a19ba75ea9e1d25948c004bed7ded396cb3a0b754ff99851776684cac39" in_subdir = true extract = true format = "zip" diff --git a/tests.toml b/tests.toml index 3363c43..793cc27 100644 --- a/tests.toml +++ b/tests.toml @@ -7,4 +7,5 @@ test_format = 1.0 test_upgrade_from.7a50028.name = "1.2.9" test_upgrade_from.ae7b6c5.name = "1.2.10" test_uprgade_from.9058c1b.name = "1.3.1" + test_uprgade_from.fefe575.name = "1.3.2"