diff --git a/README.md b/README.md index ddd147e..089c403 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 A puppeting bridge between Matrix and Telegram packaged as a YunoHost service. Messages, notifications (and sometimes media) are bridged between a Telegram user and a Matrix user. Currently the Matrix user can NOT invite other Matrix user in a bridged Telegram room, so only someone with a Telegram account can participate to Telegram group conversations. The ["Mautrix-Telegram"](https://docs.mau.fi/bridges/python/telegram/index.html) bridge is a Synapse App Service and relies on postgresql. Therefore, [Synapse for YunoHost](https://github.com/YunoHost-Apps/synapse_ynh) should be installed beforehand. -**Shipped version:** 0.15.1~ynh1 +**Shipped version:** 0.15.1~ynh2 ## Documentation and resources * Official app website: diff --git a/README_fr.md b/README_fr.md index 9bb3562..b604082 100644 --- a/README_fr.md +++ b/README_fr.md @@ -22,7 +22,7 @@ La passerelle ["Mautrix-Telegram"](https://docs.mau.fi/bridges/python/telegram/i ** Attention : sauvegardez et restaurez toujours les deux applications Yunohost matrix-synapse et mautrix_telegram en même temps!** -**Version incluse :** 0.15.1~ynh1 +**Version incluse :** 0.15.1~ynh2 ## Documentations et ressources * Site officiel de l’app : diff --git a/manifest.toml b/manifest.toml index 4e3355c..7bf9f98 100644 --- a/manifest.toml +++ b/manifest.toml @@ -3,7 +3,7 @@ id = "mautrix_telegram" name = "Matrix-Telegram bridge" description.en = "Telegram puppeting bridge for Matrix/Synapse" description.fr = "Passerelle Telegram pour Matrix/Synapse" -version = "0.15.1~ynh1" +version = "0.15.1~ynh2" maintainers = ["thardev"] [upstream]