From 40add98adc27c532de3f70ea66bf46850a8c811c Mon Sep 17 00:00:00 2001 From: MrDulfin Date: Sun, 2 Jun 2024 22:47:28 -0400 Subject: [PATCH] updated package version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d1b2823..7f08880 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "kushi" -version = "0.1.0" +version = "0.1.1" dependencies = [ "thiserror", ] diff --git a/Cargo.toml b/Cargo.toml index 200f8b8..bcef6f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kushi" -version = "0.1.0" +version = "0.1.1" license = "MIT OR Apache-2.0" description = "A queue built for the Dango Music Player and Oden Music Bot" homepage = "https://github.com/Dangoware/kushi-queue"