From 9871fc3774b6d55806d5074b7f8ba995e2161909 Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Sat, 10 Jul 2021 19:07:55 -0400 Subject: [PATCH] bump to 0.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"