diff --git a/README.md b/README.md index 31518e7..04cee2e 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.23~ynh1 +**Shipped version:** 2023.12.26~ynh1 **Demo:** https://terraforming-mars.herokuapp.com/ diff --git a/README_fr.md b/README_fr.md index d9bea33..11aa0fe 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.23~ynh1 +**Version incluse :** 2023.12.26~ynh1 **Démo :** https://terraforming-mars.herokuapp.com/ diff --git a/manifest.toml b/manifest.toml index d36acab..af3d949 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.23~ynh1" +version = "2023.12.26~ynh1" maintainers = ["Thovi98"] @@ -45,8 +45,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/terraforming-mars/terraforming-mars/archive/f78d471eedf641347d778dd93fba86dfa90ca380.tar.gz" - sha256 = "b625b45b611d699eef111d57df3a3eb54f5a08f238b8179347fee6cdd2ac7f8d" + url = "https://github.com/terraforming-mars/terraforming-mars/archive/279c00830986f281b549283e95393d9a281bb2d3.tar.gz" + sha256 = "726dd596951385df4cf6be34c2ad3f3a06df3162ddc98c27e26e1160472e3323" in_subdir = true autoupdate.strategy = "latest_github_commit"