From 231eb217a681a6140c9252270ef22261ea0fda13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E5=9D=82=E9=9B=85?= <23130178+ShadowRZ@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:56:40 +0800 Subject: [PATCH] 0.3.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 42b3780..9541c90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1048,7 +1048,7 @@ dependencies = [ [[package]] name = "fuuka-bot" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index 64735bf..161cf94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fuuka-bot" -version = "0.3.1" +version = "0.3.2" license = "Apache-2.0" edition = "2021" repository = "/~https://github.com/ShadowRZ/fuuka-bot"