From 261427a73510f29ffe7f6cd95e18f70afd2adeb5 Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Thu, 15 Jul 2021 02:14:41 -0400 Subject: [PATCH] Bump version to 0.5.0 --- Cargo.lock | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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"