diff --git a/README.md b/README.md index 69ee12c..52f7b83 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 BookWyrm is a social network for tracking your reading, talking about books, writing reviews, and discovering what to read next. -**Shipped version:** 0.6.0~ynh1 +**Shipped version:** 0.6.1~ynh1 **Demo:** https://joinbookwyrm.com/fr/ diff --git a/README_fr.md b/README_fr.md index 121710a..87c8eb2 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po BookWyrm est un réseau social pour garder la trace de vos lectures, parler de livres, écrire des critiques et découvrir quoi lire ensuite. -**Version incluse :** 0.6.0~ynh1 +**Version incluse :** 0.6.1~ynh1 **Démo :** https://joinbookwyrm.com/fr/ diff --git a/manifest.toml b/manifest.toml index 2fb3fc6..27b60f3 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "BookWyrm" description.en = "Platform for social reading" description.fr = "Plateforme de lecture sociale" -version = "0.6.0~ynh1" +version = "0.6.1~ynh1" maintainers = ["oufmilo"] @@ -51,8 +51,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/bookwyrm-social/bookwyrm/archive/refs/tags/v0.6.0.tar.gz" - sha256 = "65d43f051ed5d6c31432511bbd98b8160c0e2e13f2dafd940ece7e71d24b9a32" + url = "https://github.com/bookwyrm-social/bookwyrm/archive/refs/tags/v0.6.1.tar.gz" + sha256 = "b58a876ff1ca117f66608e026fc154145ab60a522d8dd3203bb1fb4820171243" autoupdate.strategy = "latest_github_tag"