diff --git a/README.md b/README.md index 7d74f4d..7e741b4 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.03.02~ynh1 +**Shipped version:** 2024.03.04~ynh1 **Demo:** https://terraforming-mars.herokuapp.com/ diff --git a/README_fr.md b/README_fr.md index d919e03..6b4b98b 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.03.02~ynh1 +**Version incluse :** 2024.03.04~ynh1 **Démo :** https://terraforming-mars.herokuapp.com/ diff --git a/manifest.toml b/manifest.toml index e72eef1..de08fc3 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.02~ynh1" +version = "2024.03.04~ynh1" maintainers = ["Thovi98"] @@ -45,8 +45,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/terraforming-mars/terraforming-mars/archive/d3eef7244d6f89ffc915353db613497a4c4c9846.tar.gz" - sha256 = "adbc88be48c052e7fc7724806eec1ec6bce92e2b5ab4e712af17e8c60de00cb9" + url = "https://github.com/terraforming-mars/terraforming-mars/archive/4f3f26f152941a6a38be1b4f2b762d347b73ecd5.tar.gz" + sha256 = "e3abe1afdd82acbbb2b94bbee4d9d164e02bab6e50dc127fa7af7c9b0292c74d" in_subdir = true autoupdate.strategy = "latest_github_commit"