From 397e2de8ef90b4e227baa533a4b4141b0946ff81 Mon Sep 17 00:00:00 2001 From: Kara <49822414+karashiiro@users.noreply.github.com> Date: Fri, 5 Apr 2024 08:18:42 -0700 Subject: [PATCH] TextToTalk v1.29.2 (#3389) * TextToTalk v1.29.2 - **WebSocket**: Adds `PayloadTemplate` to the message payload (check the README for more details) * a --- stable/TextToTalk/manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/TextToTalk/manifest.toml b/stable/TextToTalk/manifest.toml index 412628814a..9528c9444b 100644 --- a/stable/TextToTalk/manifest.toml +++ b/stable/TextToTalk/manifest.toml @@ -1,8 +1,8 @@ [plugin] repository = "https://github.com/karashiiro/TextToTalk.git" -commit = "aaebb3f3f97d37c625579addc1f8a7f98e531481" +commit = "b05d443c46f3cae64347b887fe0b50857a28b017" project_path = "src" owners = ["karashiiro"] changelog = """\ -- **WebSocket**: Adds `Language` to the message payload (check the README for more details) +- **WebSocket**: Adds `PayloadTemplate` to the message payload (check the README for more details) """