diff --git a/README.md b/README.md index 1a9c6ee..536abab 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ If you have constrained bandwidth, you may set an upper limit for the bit rate o In addition to being a streaming media server, Airsonic works very well as a local jukebox. The intuitive web interface, as well as search and index facilities, are optimized for efficient browsing through large media libraries. Airsonic also comes with an integrated Podcast receiver, with many of the same features as you find in iTunes. -**Shipped version:** 11.0.0~ynh2 +**Shipped version:** 11.0.0~ynh3 ## Screenshots @@ -43,7 +43,6 @@ In addition to being a streaming media server, Airsonic works very well as a loc ## Documentation and resources -* Official app website: * Official admin documentation: * Upstream app code repository: * YunoHost documentation for this app: diff --git a/README_fr.md b/README_fr.md index baee5ff..16e7cf5 100644 --- a/README_fr.md +++ b/README_fr.md @@ -26,7 +26,7 @@ Si vous avez une bande passante limitée, vous pouvez fixer une limite supérieu En plus d'être un serveur de médias en streaming, Airsonic fonctionne très bien comme un jukebox local. L'interface web intuitive, ainsi que les fonctions de recherche et d'indexation, sont optimisées pour une navigation efficace dans les grandes bibliothèques de médias. Airsonic est également livré avec un récepteur de podcasts intégré, avec la plupart des fonctionnalités que vous trouvez dans iTunes. -**Version incluse :** 11.0.0~ynh2 +**Version incluse :** 11.0.0~ynh3 ## Captures d'écran @@ -43,7 +43,6 @@ En plus d'être un serveur de médias en streaming, Airsonic fonctionne très bi ## Documentations et ressources -* Site officiel de l'app : * Documentation officielle de l'admin : * Dépôt de code officiel de l'app : * Documentation YunoHost pour cette app : diff --git a/manifest.json b/manifest.json index 0a80653..2e3989a 100644 --- a/manifest.json +++ b/manifest.json @@ -6,11 +6,10 @@ "en": "Stream and manage your music collection", "fr": "Streamez et gérez votre collection de musique" }, - "version": "11.0.0~ynh2", + "version": "11.0.0~ynh3", "url": "https://github.com/airsonic-advanced/airsonic-advanced", "upstream": { "license": "GPL-3.0-or-later", - "website": "https://github.com/airsonic-advanced/airsonic-advanced", "admindoc": "https://airsonic.github.io/docs/", "code": "https://github.com/airsonic-advanced/airsonic-advanced" },