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"