From c81af39384a76077e9ae4a5d85d5e43f0f06cff9 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 13 Aug 2022 04:30:30 +0000 Subject: [PATCH] Bump version to 0.5.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f2be88..c035ebe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1032,7 +1032,7 @@ dependencies = [ [[package]] name = "patched_porobot" -version = "0.5.0" +version = "0.5.1" dependencies = [ "glob", "itertools 0.10.3", diff --git a/Cargo.toml b/Cargo.toml index e853d4f..970b4fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "patched_porobot" -version = "0.5.0" +version = "0.5.1" authors = ["Stefano Pigozzi "] edition = "2021" description = "Legends of Runeterra card database utilities and bots"