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"