From e9a0c787ee022a845d96c16efac665b38107d8c4 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 9 Aug 2022 03:25:51 +0200 Subject: [PATCH] Bump version to 0.4.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e1dd475..8502424 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1032,7 +1032,7 @@ dependencies = [ [[package]] name = "patched_porobot" -version = "0.4.0" +version = "0.4.1" dependencies = [ "glob", "itertools 0.10.3", diff --git a/Cargo.toml b/Cargo.toml index 5689960..cf1b46f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "patched_porobot" -version = "0.4.0" +version = "0.4.1" authors = ["Stefano Pigozzi "] edition = "2021" description = "Legends of Runeterra card database utilities and bots"