From 99a7811459faff95e336a2f0e7eb488a3a3dc71a Mon Sep 17 00:00:00 2001 From: Neshura Date: Wed, 7 Aug 2024 19:36:00 +0200 Subject: [PATCH] Release Candidate 0.0.1-rc.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9932d48..08e5379 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,7 +34,7 @@ dependencies = [ [[package]] name = "api-backend" -version = "0.0.1-rc.5" +version = "0.0.1-rc.6" dependencies = [ "axum", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 32861fe..660d888 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Neshura"] name = "api-backend" -version = "0.0.1-rc.5" +version = "0.0.1-rc.6" edition = "2021" description = "API Backend For Easier Uploading To Kavita" license = "GPL-3.0-or-later"