diff --git a/README.md b/README.md index 1d0dfe1..e1eec10 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Chitchatter is a free (as in both price and freedom) communication tool. It is d - Ephemeral - Decentralized -**Shipped version:** 1.0~ynh8 +**Shipped version:** 1.0~ynh9 **Demo:** https://chitchatter.im/ diff --git a/README_fr.md b/README_fr.md index e4e6766..ec4ab6b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,7 +27,7 @@ Chitchatter est un outil de communication gratuit (comme dans le prix et la libe - Éphémère - Décentralisé -**Version incluse :** 1.0~ynh8 +**Version incluse :** 1.0~ynh9 **Démo :** https://chitchatter.im/ diff --git a/manifest.toml b/manifest.toml index 0864594..fedc534 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Chitchatter" description.en = "Peer-to-peer chat that is serverless, decentralized, and ephemeral" description.fr = "Chat peer-to-peer sans serveur, décentralisée et éphémère" -version = "1.0~ynh8" +version = "1.0~ynh9" maintainers = ["eric_G"] diff --git a/scripts/_common.sh b/scripts/_common.sh index 876928b..e7c8b5d 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -8,7 +8,7 @@ # nodejs version nodejs_version=18 -version_commit=6529a0b4a7f7f00900a846055ef69ad86fffc254 +version_commit=3fe80f58fd7aa55dd299af2864060445e963e415 #================================================= # PERSONAL HELPERS