From 84198e37ce292725f166c42a4805e1fe7b457bef Mon Sep 17 00:00:00 2001 From: tktcorporation Date: Mon, 30 Aug 2021 04:12:48 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20feature=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d7d555c..894539e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,7 +458,7 @@ dependencies = [ [[package]] name = "discord-speech-bot" -version = "0.4.0" +version = "0.5.0" dependencies = [ "aws-sdk-polly", "aws-types", diff --git a/Cargo.toml b/Cargo.toml index 81632b5..9806e71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "discord-speech-bot" -version = "0.4.0" +version = "0.5.0" authors = ["tktcorporation"] edition = "2018"