From ba07d4009058e9a01491d509044d08f81291183b Mon Sep 17 00:00:00 2001 From: Neshura Date: Wed, 7 Aug 2024 18:36:31 +0200 Subject: [PATCH] Release Candidate 0.0.1-rc.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ff1f010..4cdee52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -421,7 +421,7 @@ dependencies = [ [[package]] name = "kavita-web-manager-api" -version = "0.1.0" +version = "0.0.1-rc.1" dependencies = [ "axum", "chrono", diff --git a/Cargo.toml b/Cargo.toml index a933bbc..8c1438f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Neshura"] name = "kavita-web-manager-api" -version = "0.1.0" +version = "0.0.1-rc.1" edition = "2021" description = "API Backend For Easier Uploading To Kavita" license = "GPL-3.0-or-later"