diff --git a/README.md b/README.md index 2d4d515..4878951 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.2.1~ynh1 +**Shipped version:** 2.2.2~ynh1 **Demo:** https://audiobookshelf.org/ diff --git a/README_fr.md b/README_fr.md index f1ce322..b87d3e7 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.2.1~ynh1 +**Version incluse :** 2.2.2~ynh1 **Démo :** https://audiobookshelf.org/ diff --git a/conf/app.src b/conf/app.src index 8e61cce..96c0a9b 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/advplyr/audiobookshelf/archive/refs/tags/v2.2.1.tar.gz -SOURCE_SUM=de45649ef32167290f08919b2072909907f5ce9c1268d6e56c7ccbe0bacf9523 +SOURCE_URL=https://github.com/advplyr/audiobookshelf/archive/refs/tags/v2.2.2.tar.gz +SOURCE_SUM=9bf7779324c3189e8254c8a5d62234d7f90cdad3bde2e2de0ca7dbac1025e848 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index d6b3e70..7a84a69 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.2.1~ynh1", + "version": "2.2.2~ynh1", "url": "https://audiobookshelf.org/", "upstream": { "license": "AGPL-3.0-only",