diff --git a/Cargo.lock b/Cargo.lock index 162089c..f7a61a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,7 +34,7 @@ dependencies = [ [[package]] name = "api-backend" -version = "0.0.1-rc.3" +version = "0.0.1-rc.4" dependencies = [ "axum", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 7afd07b..38a2f4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Neshura"] name = "api-backend" -version = "0.0.1-rc.3" +version = "0.0.1-rc.4" edition = "2021" description = "API Backend For Easier Uploading To Kavita" license = "GPL-3.0-or-later"