diff --git a/Cargo.lock b/Cargo.lock index 45825e3..006d3f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "actix-codec" version = "0.4.0" @@ -1226,7 +1228,7 @@ dependencies = [ [[package]] name = "mangadex-home" -version = "0.4.0" +version = "0.5.0" dependencies = [ "actix-web", "arc-swap", diff --git a/Cargo.toml b/Cargo.toml index 479ff63..421d63c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mangadex-home" -version = "0.4.0" +version = "0.5.0" license = "GPL-3.0-or-later" authors = ["Edward Shen "] edition = "2018"