Merge pull request #35 from YunoHost-Apps/ci-auto-update-0.6.2

Upgrade to v0.6.2
This commit is contained in:
oufmilo 2023-05-08 17:44:03 +02:00 committed by GitHub
commit 25d78153f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -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.1~ynh1
**Shipped version:** 0.6.2~ynh1
**Demo:** https://joinbookwyrm.com/fr/

View file

@ -19,7 +19,7 @@ Si vous navez 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.1~ynh1
**Version incluse :** 0.6.2~ynh1
**Démo :** https://joinbookwyrm.com/fr/

View file

@ -5,7 +5,7 @@ name = "BookWyrm"
description.en = "Platform for social reading"
description.fr = "Plateforme de lecture sociale"
version = "0.6.1~ynh1"
version = "0.6.2~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.1.tar.gz"
sha256 = "b58a876ff1ca117f66608e026fc154145ab60a522d8dd3203bb1fb4820171243"
url = "https://github.com/bookwyrm-social/bookwyrm/archive/refs/tags/v0.6.2.tar.gz"
sha256 = "0230c7ab7f1b1079f21180849507f252567e4d8b4d0d8de38c89de8ebab4a9f3"
autoupdate.strategy = "latest_github_tag"