diff --git a/Cargo.lock b/Cargo.lock index 579a330..2b5b97a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1168,7 +1168,7 @@ dependencies = [ [[package]] name = "mangadex-home" -version = "0.3.0" +version = "0.4.0" dependencies = [ "actix-web", "arc-swap", diff --git a/Cargo.toml b/Cargo.toml index 840cf04..6a2c8e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mangadex-home" -version = "0.3.0" +version = "0.4.0" license = "GPL-3.0-or-later" authors = ["Edward Shen "] edition = "2018"