diff --git a/ALL_README.md b/ALL_README.md
index 3eeb161..77b7509 100644
--- a/ALL_README.md
+++ b/ALL_README.md
@@ -3,3 +3,4 @@
- [Read the README in English](README.md)
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
+- [Le o README en galego](README_gl.md)
diff --git a/README.md b/README.md
index a9118a1..eb3cf06 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ It shall NOT be edited by hand.
This is an open-source online implementation of the great board game Terraforming mars. It is not affiliated with FryxGames, Asmodee Digital or Steam in any way.
-**Shipped version:** 2024.03.30~ynh1
+**Shipped version:** 2024.04.02~ynh1
**Demo:**
diff --git a/README_eu.md b/README_eu.md
index b03a797..d6d6c2b 100644
--- a/README_eu.md
+++ b/README_eu.md
@@ -19,7 +19,7 @@ EZ editatu eskuz.
This is an open-source online implementation of the great board game Terraforming mars. It is not affiliated with FryxGames, Asmodee Digital or Steam in any way.
-**Paketatutako bertsioa:** 2024.03.30~ynh1
+**Paketatutako bertsioa:** 2024.04.02~ynh1
**Demoa:**
diff --git a/README_fr.md b/README_fr.md
index 240d415..1b9fdea 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main.
Cette application est une implémentation en ligne et open source de l’excellent jeu de plateau Terraforming mars. Elle n’est affiliée à FryxGames, Asmodee Digital ou Steam en aucun cas.
-**Version incluse :** 2024.03.30~ynh1
+**Version incluse :** 2024.04.02~ynh1
**Démo :**
diff --git a/README_gl.md b/README_gl.md
index 6bf45ad..f5993ff 100644
--- a/README_gl.md
+++ b/README_gl.md
@@ -19,7 +19,7 @@ NON debe editarse manualmente.
This is an open-source online implementation of the great board game Terraforming mars. It is not affiliated with FryxGames, Asmodee Digital or Steam in any way.
-**Versión proporcionada:** 2024.03.30~ynh1
+**Versión proporcionada:** 2024.04.02~ynh1
**Demo:**
diff --git a/manifest.toml b/manifest.toml
index 59a3f6d..7ad149a 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -7,7 +7,7 @@ name = "Terraforming Mars "
description.en = "Open-source online implementation of the great board game Terraforming mars."
description.fr = "Implementation en ligne à code source ouvert de l’excellent jeu de plateau Terraforming Mars"
-version = "2024.03.30~ynh1"
+version = "2024.04.02~ynh1"
maintainers = ["Thovi98"]
@@ -45,8 +45,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
- url = "https://github.com/terraforming-mars/terraforming-mars/archive/2a780b0b495c0c0819c8e9813e6394e0ba224c9d.tar.gz"
- sha256 = "49bd033f224912079c45f7337eed8477c0d49e14661248446d28208c1fa6a2c2"
+ url = "https://github.com/terraforming-mars/terraforming-mars/archive/1c910ff6ad91f1ef9257d3bfb3dd57648c22eafc.tar.gz"
+ sha256 = "a5fe6657614b5c5c87a8cc3d72dbefe4305229b6ad2396cdde9fedb2b31d9b83"
in_subdir = true
autoupdate.strategy = "latest_github_commit"