From eacb037375e5e456f7af27ab1b74b358ea138a7b Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 9 Aug 2022 03:29:56 +0200 Subject: [PATCH] Bump version to 0.4.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d23544e..120fb48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1032,7 +1032,7 @@ dependencies = [ [[package]] name = "patched_porobot" -version = "0.4.2" +version = "0.4.3" dependencies = [ "glob", "itertools 0.10.3", diff --git a/Cargo.toml b/Cargo.toml index eafb2ea..226c217 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "patched_porobot" -version = "0.4.2" +version = "0.4.3" authors = ["Stefano Pigozzi "] edition = "2021" description = "Legends of Runeterra card database utilities and bots"