diff --git a/README.md b/README.md
index 95cce99..2fa7d32 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
Second-generation server for Firefox Sync written in Rust.
-**Shipped version:** 0.13.7-20230926~ynh1
+**Shipped version:** 0.13.7-20231024~ynh1
## Documentation and resources
* Official app website:
diff --git a/README_fr.md b/README_fr.md
index 76fcb74..e3d5033 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
Second-generation server for Firefox Sync written in Rust.
-**Version incluse :** 0.13.7-20230926~ynh1
+**Version incluse :** 0.13.7-20231024~ynh1
## Documentations et ressources
* Site officiel de l’app :
diff --git a/manifest.toml b/manifest.toml
index 373202b..2c5ec40 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -8,7 +8,7 @@ name = "Firefox SyncStorage"
description.en = "New Firefox Sync Storage implemented in Rust. Allows syncing tabs, passwords, history etc. between Firefox instances."
description.fr = "New Firefox Sync Storage implemented in Rust."
-version = "0.13.7-20230926~ynh1"
+version = "0.13.7-20231024~ynh1"
maintainers = ["orhtej2"]
@@ -44,8 +44,8 @@ ram.runtime = "50M"
# This will pre-fetch the asset which can then be deployed during the install/upgrade scripts with :
# ynh_setup_source --dest_dir="$install_dir"
# You can also define other assets than "main" and add --source_id="foobar" in the previous command
- url = "https://github.com/mozilla-services/syncstorage-rs/archive/acc5524cf361d6abf3aedb73bb54ef3db1b6fda3.tar.gz"
- sha256 = "52cbd6aa890deee4079463c0f45bb2985891f78114ecbbfacb5387fdc0b806f5"
+ url = "https://github.com/mozilla-services/syncstorage-rs/archive/59283b5977a5d997c1292eb5392f6ad252855c0d.tar.gz"
+ sha256 = "63f0da2069f70c7e579cb1e0389644969eb394b4ae14e2068f4026ffe88c15be"
autoupdate.strategy = "latest_github_commit"
autoupdate.force_version = "0.13.7-%Y%m%d"