diff --git a/README.md b/README.md index d1811ef..e2961b9 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Audiobookshelf is a self-hosted audiobook server for managing and playing your a * Chromecast support on the web app * Fetch metadata and cover art from several sources -**Shipped version:** 2.1.5~ynh1 +**Shipped version:** 2.2.0~ynh1 *(:warning: This is the `testing` branch. The [`master` branch](https://github.com/YunoHost-Apps/audiobookshelf_ynh/tree/master) used in the catalog is currently on version 2.1.5\~ynh1.)* **Demo:** https://audiobookshelf.org/ diff --git a/README_fr.md b/README_fr.md index 5425ca4..860e041 100644 --- a/README_fr.md +++ b/README_fr.md @@ -30,7 +30,7 @@ Audiobookshelf est un serveur auto-hébergé pour gérer et lire vos livres audi * Support de Chromecast dans la webapp * Récupération des métadonnées et des pochettes depuis plusieurs sources -**Version incluse :** 2.1.5~ynh1 +**Version incluse :** 2.2.0~ynh1 *(:warning: Il s'agit de la branche `testing`. La [branche `master`](https://github.com/YunoHost-Apps/audiobookshelf_ynh/tree/master) utilisée dans le catalogue est actuellement en 2.1.5\~ynh1.)* **Démo :** https://audiobookshelf.org/ diff --git a/conf/app.src b/conf/app.src index 2406c11..e677cc2 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/advplyr/audiobookshelf/archive/refs/tags/v2.1.5.tar.gz -SOURCE_SUM=3ddc3e7d0600703a1139c42d4143a7948827eaebbe99aab9ce03e4eed970255d +SOURCE_URL=https://github.com/advplyr/audiobookshelf/archive/refs/tags/v2.2.0.tar.gz +SOURCE_SUM=03efe484d5c8b7f30a0f6eeb48b708cb663831bbfc5e51fdb15e3f506c14d28f SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index edec19c..7fc4a9a 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Audiobook server for managing and playing your audiobooks", "fr": "Serveur de livres audio pour gérer et lire vos livres audio" }, - "version": "2.1.5~ynh1", + "version": "2.2.0~ynh1", "url": "https://audiobookshelf.org/", "upstream": { "license": "AGPL-3.0-only",