diff --git a/README.md b/README.md
index 146f438..683f7e6 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Yellow is for people who make small websites
-**Shipped version:** 2023.10.24~ynh1
+**Shipped version:** 2023.10.26~ynh1
**Demo:** https://datenstrom.se/yellow/demo/
@@ -31,6 +31,7 @@ Yellow is for people who make small websites
* Official app website:
* Official admin documentation:
* Upstream app code repository:
+* YunoHost Store:
* Report a bug:
## Developer info
diff --git a/README_fr.md b/README_fr.md
index 4c299c4..51fb183 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
Yellow is for people who make small websites
-**Version incluse :** 2023.10.24~ynh1
+**Version incluse :** 2023.10.26~ynh1
**Démo :** https://datenstrom.se/yellow/demo/
@@ -31,6 +31,7 @@ Yellow is for people who make small websites
* Site officiel de l’app :
* Documentation officielle de l’admin :
* Dépôt de code officiel de l’app :
+* YunoHost Store:
* Signaler un bug :
## Informations pour les développeurs
diff --git a/manifest.toml b/manifest.toml
index dcf7a41..8e8d410 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -5,7 +5,7 @@ name = "Yellow"
description.en = "Content management system (CMS) for simple website"
description.fr = "Système de gestion de contenu (CMS) pour un site simple"
-version = "2023.10.24~ynh1"
+version = "2023.10.26~ynh1"
maintainers = ["eric_G"]
@@ -40,8 +40,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
- url = "https://github.com/datenstrom/yellow/archive/8dc1d2961fa850b2cc43753be72eaca8e995deda.tar.gz"
- sha256 = "d2802c3b8a65717184c9be4bc7e65f166d576f0294173c4d1ee45eb29bb002f1"
+ url = "https://github.com/datenstrom/yellow/archive/8bbb46ddda8a8c62bac4bdf1f1b063a288046daa.tar.gz"
+ sha256 = "ce5c3307833f778866cab5bfae21099b8144e4f8488245491031f1177e9b768e"
autoupdate.upstream = "https://github.com/datenstrom/yellow"
autoupdate.strategy = "latest_github_commit"