From 254c671780835c13c327492765a9928f109c3b20 Mon Sep 17 00:00:00 2001 From: Dante Date: Wed, 28 Feb 2024 19:23:19 +0000 Subject: [PATCH] Bump version --- README.md | 2 +- README_fr.md | 2 +- manifest.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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]