From a9da6b4937b3b8b7149616328828a025e34def4c 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: Sat, 4 Jan 2025 19:19:27 +0800 Subject: [PATCH] 0.4.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e9caa89..f201496 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1095,7 +1095,7 @@ dependencies = [ [[package]] name = "fuuka-bot" -version = "0.3.4" +version = "0.4.0" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 869c202..a1f30b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fuuka-bot" license = "Apache-2.0" -version = "0.3.4" +version = "0.4.0" edition = "2021" repository = "https://github.com/ShadowRZ/fuuka-bot"