diff --git a/README.md b/README.md index adc4ae6..67b11fe 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.13.0~ynh2 +**Shipped version:** 1.14.0~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index f4163b4..3430662 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.13.0~ynh2 +**Version incluse :** 1.14.0~ynh1 ## Captures d’écran diff --git a/manifest.toml b/manifest.toml index 6630742..692c229 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Leed" description.en = "Minimalistic RSS feed aggregator which allows quick and non-intrusive reading of feeds" description.fr = "Agrégateur RSS minimaliste qui permet la consultation de flux RSS de manière rapide et non intrusive" -version = "1.13.0~ynh2" +version = "1.14.0~ynh1" maintainers = [] @@ -54,8 +54,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/LeedRSS/Leed/archive/refs/tags/v1.13.0.tar.gz" - sha256 = "56c6e08b51c0c125c5c3f4355a7a0403c0e36221b7a67493e20678407940eff1" + url = "https://github.com/LeedRSS/Leed/archive/refs/tags/v1.14.0.tar.gz" + sha256 = "49485c58ceace9d1ee62ad8da95de1456a79e82dd385f04d52e8ea3e6fcff9e6" autoupdate.strategy = "latest_github_tag" autoupdate.asset = "tarball"