diff --git a/README.md b/README.md index f141b2f..5cbb93a 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Leed (short for Light Feed) is a minimalist RSS/ATOM aggregator which offers fast RSS consultation and non-intrusive features. -**Shipped version:** 1.12.0~ynh1 +**Shipped version:** 1.13.0~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index e7c16b2..f36b81f 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 Leed (contraction de Light Feed) est un agrégateur RSS/ATOM minimaliste qui permet la consultation de flux RSS de manière rapide et non intrusive. -**Version incluse :** 1.12.0~ynh1 +**Version incluse :** 1.13.0~ynh1 ## Captures d’écran diff --git a/conf/app.src b/conf/app.src index b07f78b..d86f9b5 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/LeedRSS/Leed/archive/refs/tags/v1.12.0.tar.gz -SOURCE_SUM=c2f9743f864a96bcc964b1b1b1390a4206de57acbbb2a4062e5a6c0659113815 +SOURCE_URL=https://github.com/LeedRSS/Leed/archive/refs/tags/v1.13.0.tar.gz +SOURCE_SUM=56c6e08b51c0c125c5c3f4355a7a0403c0e36221b7a67493e20678407940eff1 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 126e627..78ce7b2 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Minimalistic RSS feed aggregator which allows quick and non-intrusive reading of feeds", "fr": "Agrégateur RSS minimaliste qui permet la consultation de flux RSS de manière rapide et non intrusive" }, - "version": "1.12.0~ynh1", + "version": "1.13.0~ynh1", "url": "https://github.com/LeedRSS/Leed", "upstream": { "license": "AGPL-3.0",