diff --git a/README.md b/README.md index b82c2e9..73c8197 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 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.02.28~ynh1 +**Shipped version:** 2024.02.29~ynh1 **Demo:** https://terraforming-mars.herokuapp.com/ diff --git a/README_fr.md b/README_fr.md index 231f189..258d86a 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 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.02.28~ynh1 +**Version incluse :** 2024.02.29~ynh1 **Démo :** https://terraforming-mars.herokuapp.com/ diff --git a/manifest.toml b/manifest.toml index 35abe08..f7c24ff 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.02.28~ynh1" +version = "2024.02.29~ynh1" maintainers = ["Thovi98"] @@ -45,8 +45,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/terraforming-mars/terraforming-mars/archive/9910365a4105b08dc8889be0173f0d92d032493e.tar.gz" - sha256 = "b05cdd0d02fcd8e5446b3fbac3775cc2e632f830785d59e5fa3c62e4df0a4ada" + url = "https://github.com/terraforming-mars/terraforming-mars/archive/ef890aef6d5cd785770faea7e351a2ba2858e31d.tar.gz" + sha256 = "3fb1a5874314abf1755e19df80007587f1cf83e6d00dd7419851c43fe51861e4" in_subdir = true autoupdate.strategy = "latest_github_commit"