diff --git a/README.md b/README.md index 7f18c14..5201130 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.16~ynh1 +**Shipped version:** 2023.12.17~ynh1 **Demo:** https://terraforming-mars.herokuapp.com/ diff --git a/README_fr.md b/README_fr.md index 4329c43..0ea647d 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.16~ynh1 +**Version incluse :** 2023.12.17~ynh1 **Démo :** https://terraforming-mars.herokuapp.com/ diff --git a/manifest.toml b/manifest.toml index 0ff3ea7..7087ef5 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.16~ynh1" +version = "2023.12.17~ynh1" maintainers = ["Thovi98"] @@ -45,8 +45,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/terraforming-mars/terraforming-mars/archive/8a1dbd2573ed4de29777326b635536828c5932e1.tar.gz" - sha256 = "11454c6992a125b1c4d57979797f83e8b81ea61c336573f2557cb3472c049f82" + url = "https://github.com/terraforming-mars/terraforming-mars/archive/0e8ac02bc1f540c093da2f6f80cfef9ca3a99345.tar.gz" + sha256 = "4d7a14ef87f98891080aa65280dd588bca2e30f23313d831ced02c2436b5b4d4" in_subdir = true autoupdate.strategy = "latest_github_commit"