From 514d0871185794e235f777c2b4804ca5c4dc6a7b Mon Sep 17 00:00:00 2001 From: Neshura Date: Wed, 7 Aug 2024 21:57:49 +0200 Subject: [PATCH] Release 0.0.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 05b99ba..7e346ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,7 +34,7 @@ dependencies = [ [[package]] name = "api-backend" -version = "0.0.2" +version = "0.0.3" dependencies = [ "axum", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 93345e9..5183df8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Neshura"] name = "api-backend" -version = "0.0.2" +version = "0.0.3" edition = "2021" description = "API Backend For Easier Uploading To Kavita" license = "GPL-3.0-or-later"