From a9245c1a3cc8f99777fc503505dbcbd894bdbfdf Mon Sep 17 00:00:00 2001 From: Neshura Date: Wed, 7 Aug 2024 22:50:12 +0200 Subject: [PATCH] Release 0.0.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f8e0f1c..905c186 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,7 +34,7 @@ dependencies = [ [[package]] name = "api-backend" -version = "0.0.6" +version = "0.0.7" dependencies = [ "axum", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 8d38518..8e36bc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Neshura"] name = "api-backend" -version = "0.0.6" +version = "0.0.7" edition = "2021" description = "API Backend For Easier Uploading To Kavita" license = "GPL-3.0-or-later"