From e645b1658a7ae612f080ae8487d2f4086cd88c1e Mon Sep 17 00:00:00 2001 From: C J Silverio Date: Wed, 19 Oct 2022 16:39:24 -0700 Subject: [PATCH] v0.4.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 373ad7c..bfbbfd0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "LOUDCRAB" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 63815db..f1c73c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ authors = ["C J Silverio "] default-run = "LOUDBOT" edition = "2021" name = "LOUDCRAB" -version = "0.4.0" +version = "0.4.1" [dependencies] anyhow = "1"