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