diff --git a/README.md b/README.md index 1a708fd..371da1e 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 An efficient but powerful RSS aggregator with a nice and mobile-friendly design, as well as extension and themes support. -**Shipped version:** 1.20.0~ynh1 +**Shipped version:** 1.20.1~ynh1 **Demo:** https://demo.freshrss.org diff --git a/README_fr.md b/README_fr.md index ed98918..2a05c52 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) pour Agrégateur de flux RSS avec une interface adaptée au mobile -**Version incluse :** 1.20.0~ynh1 +**Version incluse :** 1.20.1~ynh1 **Démo :** https://demo.freshrss.org diff --git a/conf/app.src b/conf/app.src index bfc29e9..ebfdeda 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/FreshRSS/FreshRSS/archive/1.20.0.tar.gz -SOURCE_SUM=eb51886d85d9e95f31f225bc7719885e3b40b75c687e1f670e71f01949f13153 +SOURCE_URL=https://github.com/FreshRSS/FreshRSS/archive/1.20.1.tar.gz +SOURCE_SUM=3bc0bf3788e2a7e06575fb3ba02085b6cb45f872000011c53992703ce66ad366 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 62fed79..41d56e8 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "RSS aggregator with a nice and mobile-friendly design", "fr": "Agrégateur de flux RSS avec une interface adaptée au mobile" }, - "version": "1.20.0~ynh1", + "version": "1.20.1~ynh1", "url": "http://freshrss.org/", "upstream": { "license": "AGPL-3.0-only",