diff --git a/README.md b/README.md index 7dfdb9d..7e7b78c 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:** 2023.12.29~ynh1 +**Shipped version:** 2024.01.01~ynh1 **Demo:** https://terraforming-mars.herokuapp.com/ diff --git a/README_fr.md b/README_fr.md index 219ee0c..176d4a4 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 :** 2023.12.29~ynh1 +**Version incluse :** 2024.01.01~ynh1 **Démo :** https://terraforming-mars.herokuapp.com/ diff --git a/manifest.toml b/manifest.toml index 3b9659b..3be3805 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 = "2023.12.29~ynh1" +version = "2024.01.01~ynh1" maintainers = ["Thovi98"] @@ -45,8 +45,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/terraforming-mars/terraforming-mars/archive/5c0ec8d199d8dc0c7e8990905e60bb457f33f009.tar.gz" - sha256 = "7a96b4c1af57361cbca4efe8a77e73331223423ffb0741d64f20e64218dcfe72" + url = "https://github.com/terraforming-mars/terraforming-mars/archive/457c5143ecb9fe66994e2ffba6dfb3145e8b7d96.tar.gz" + sha256 = "7cf7b24a7da2740d1efd10dd9a001918d713d95faba2539aca67dc03b28fcdaa" in_subdir = true autoupdate.strategy = "latest_github_commit"