diff --git a/Cargo.lock b/Cargo.lock index ebfa1d6..1b3423b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1079,7 +1079,7 @@ dependencies = [ [[package]] name = "fuuka-bot" -version = "0.2.11" +version = "0.3.0" dependencies = [ "anyhow", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index 836a966..1f13b84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fuuka-bot" -version = "0.2.11" +version = "0.3.0" license = "Apache-2.0" edition = "2021" repository = "https://github.com/ShadowRZ/fuuka-bot"