From acea5d26dfdcaa4001872dddb51fd82a88f77279 Mon Sep 17 00:00:00 2001 From: blankie Date: Sat, 28 Oct 2023 13:09:53 +1100 Subject: [PATCH] Bump version to 0.6.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c26d8cf..272e840 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -418,7 +418,7 @@ dependencies = [ [[package]] name = "nhentairs" -version = "0.5.6" +version = "0.6.0" dependencies = [ "quick-xml", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index ff1b0e4..4986230 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nhentairs" -version = "0.5.6" +version = "0.6.0" authors = ["blank X "] edition = "2018"