From aec25c544909374ff5cf609f672698afb0085212 Mon Sep 17 00:00:00 2001 From: Neshura Date: Wed, 7 Aug 2024 22:02:02 +0200 Subject: [PATCH] Release 0.0.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e346ad..97e782c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,7 +34,7 @@ dependencies = [ [[package]] name = "api-backend" -version = "0.0.3" +version = "0.0.4" dependencies = [ "axum", "chrono", diff --git a/Cargo.toml b/Cargo.toml index ce4b606..ef3662e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Neshura"] name = "api-backend" -version = "0.0.3" +version = "0.0.4" edition = "2021" description = "API Backend For Easier Uploading To Kavita" license = "GPL-3.0-or-later"