diff --git a/README.md b/README.md index d14e4d3..7446abc 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.01.11~ynh1 +**Shipped version:** 2024.02.03~ynh1 **Demo:** https://terraforming-mars.herokuapp.com/ diff --git a/README_fr.md b/README_fr.md index 3dff303..b1dfe9f 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.01.11~ynh1 +**Version incluse :** 2024.02.03~ynh1 **Démo :** https://terraforming-mars.herokuapp.com/ diff --git a/manifest.toml b/manifest.toml index 42968a9..e426b80 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.01.11~ynh1" +version = "2024.02.03~ynh1" maintainers = ["Thovi98"] @@ -45,8 +45,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/terraforming-mars/terraforming-mars/archive/173c5347f73e87c85be9a93fa2538104d266c0c5.tar.gz" - sha256 = "ac3b6a338466c32231c742374a003769fba7eef4a947d3024ff7724a4e84d3c2" + url = "https://github.com/terraforming-mars/terraforming-mars/archive/9f3210a6b9aad920b7c6f896300895525b834e76.tar.gz" + sha256 = "050fd0bea5e8a2701492f99fd9a3edc8b973a3663ce5df1d985be0bcdca2c9d6" in_subdir = true autoupdate.strategy = "latest_github_commit"