diff --git a/README.md b/README.md index 2d17edc..c61572c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Wallabag is a self hostable Read-It-Later application allowing you to not miss a It provides a web interface, browser (Firefox/Chrome/Opera) add-ons, mobile apps (Android/iOS/Windows Phone) and even on e-reader (PocketBook/Kobo). -**Shipped version:** 2.6.5~ynh1 +**Shipped version:** 2.6.6~ynh1 **Demo:** https://demo.yunohost.org/wallabag/ diff --git a/README_fr.md b/README_fr.md index 1903b47..6448391 100644 --- a/README_fr.md +++ b/README_fr.md @@ -20,7 +20,7 @@ Wallabag est une application de lecture différée : elle permet simplement d Sont disponibles une interface web, des add-ons pour navigateurs (Firefox/Chrome/Opera), des applications pour mobile (Android/iOS/Windows Phone) et même sur liseuse (PocketBook/Kobo). -**Version incluse :** 2.6.5~ynh1 +**Version incluse :** 2.6.6~ynh1 **Démo :** https://demo.yunohost.org/wallabag/ diff --git a/manifest.toml b/manifest.toml index fa5bf3c..75f4d62 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Wallabag" description.en = "Self hostable read-it-later app" description.fr = "Application de lecture-plus-tard auto-hébergeable" -version = "2.6.5~ynh1" +version = "2.6.6~ynh1" maintainers = ["lapineige"] @@ -43,8 +43,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/wallabag/wallabag/releases/download/2.6.5/wallabag-2.6.5.tar.gz" - sha256 = "4800a938c648901944f965e96654a11df5f3d4193d467ee72d5273a9419699a0" + url = "https://github.com/wallabag/wallabag/releases/download/2.6.6/wallabag-2.6.6.tar.gz" + sha256 = "d029091521cf9cecf7df7fbbb8c52a5c8dc0f5db00f457216575e6c2aec5d3da" autoupdate.strategy = "latest_github_tag" [resources.system_user]