From e95afd3e3282984173e0f9ca6bc08bb3e039a5cc Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Sat, 17 Jul 2021 13:05:13 -0400 Subject: [PATCH] Bump to 0.5.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 99bf0d6..7638484 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1241,7 +1241,7 @@ dependencies = [ [[package]] name = "mangadex-home" -version = "0.5.2" +version = "0.5.3" dependencies = [ "actix-web", "arc-swap", diff --git a/Cargo.toml b/Cargo.toml index 4b31e5a..2662535 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mangadex-home" -version = "0.5.2" +version = "0.5.3" license = "GPL-3.0-or-later" authors = ["Edward Shen "] edition = "2018"