diff --git a/README.md b/README.md index e1eec10..5827fa2 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~ynh9 +**Shipped version:** 1.0~ynh10.1 **Demo:** https://chitchatter.im/ @@ -39,7 +39,7 @@ Chitchatter is a free (as in both price and freedom) communication tool. It is d * Official app website: * Upstream app code repository: -* YunoHost documentation for this app: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index ec4ab6b..750fa40 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~ynh9 +**Version incluse :** 1.0~ynh10.1 **Démo :** https://chitchatter.im/ @@ -39,7 +39,7 @@ Chitchatter est un outil de communication gratuit (comme dans le prix et la libe * Site officiel de l’app : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs @@ -54,4 +54,4 @@ ou sudo yunohost app upgrade chitchatter -u https://github.com/YunoHost-Apps/chitchatter_ynh/tree/testing --debug ``` -**Plus d’infos sur le packaging d’applications :** \ No newline at end of file +**Plus d’infos sur le packaging d’applications :** diff --git a/manifest.toml b/manifest.toml index fedc534..fee75bc 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~ynh9" +version = "1.0~ynh10.1" maintainers = ["eric_G"] diff --git a/scripts/_common.sh b/scripts/_common.sh index e7c8b5d..b403ad5 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -8,7 +8,7 @@ # nodejs version nodejs_version=18 -version_commit=3fe80f58fd7aa55dd299af2864060445e963e415 +version_commit=94a4b2fb2e2ffad7b2fb04a78257a6dac4e7095a #================================================= # PERSONAL HELPERS