diff --git a/README.md b/README.md
index bb559e2..348a2be 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
Minimalist kanban board, focused on compactness and readability
-**Shipped version:** 2023.09.23~ynh1
+**Shipped version:** 2023.11.05~ynh1
**Demo:** https://nullboard.io/preview
@@ -30,7 +30,7 @@ Minimalist kanban board, focused on compactness and readability
* Official app website:
* Upstream app code repository:
-* YunoHost documentation for this app:
+* YunoHost Store:
* Report a bug:
## Developer info
diff --git a/README_fr.md b/README_fr.md
index f416306..4d61376 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
Minimalist kanban board, focused on compactness and readability
-**Version incluse :** 2023.09.23~ynh1
+**Version incluse :** 2023.11.05~ynh1
**Démo :** https://nullboard.io/preview
@@ -30,7 +30,7 @@ Minimalist kanban board, focused on compactness and readability
* Site officiel de l’app :
* Dépôt de code officiel de l’app :
-* Documentation YunoHost pour cette app :
+* YunoHost Store:
* Signaler un bug :
## Informations pour les développeurs
diff --git a/manifest.toml b/manifest.toml
index 00f2342..62c1f46 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -5,7 +5,7 @@ name = "Nullboard"
description.en = "Minimalist kanban board, focused on compactness and readability"
description.fr = "Kanban minimaliste, axé sur la compacité et la lisibilité"
-version = "2023.09.23~ynh1"
+version = "2023.11.05~ynh1"
maintainers = ["eric_G"]
@@ -41,8 +41,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
- url = "https://github.com/apankrat/nullboard/archive/b67c2a545156f1f7fcf9feae9983bb6cde136c2a.tar.gz"
- sha256 = "eeabc3983f1b25c879b6a108e69db3246e83f8a52039c4c04f8410747a08a70a"
+ url = "https://github.com/apankrat/nullboard/archive/d6384d0522174564562e3e4bbaa0c682edd79992.tar.gz"
+ sha256 = "95dcb1c5a32f279b939a2654a41d864fd5e038f022c398978ff5b0c543fcf585"
autoupdate.upstream = "https://github.com/apankrat/nullboard"
autoupdate.strategy = "latest_github_commit"