From f1266d11bfaafacc32d4ed59d576854dc9cf56a4 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 9 Aug 2022 03:56:16 +0200 Subject: [PATCH] Bump version to 0.5.0 --- .idea/patched-porobot.iml | 4 ++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.idea/patched-porobot.iml b/.idea/patched-porobot.iml index 121e142..2c5f373 100644 --- a/.idea/patched-porobot.iml +++ b/.idea/patched-porobot.iml @@ -4,10 +4,10 @@ - - + + diff --git a/Cargo.lock b/Cargo.lock index 120fb48..0f2be88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1032,7 +1032,7 @@ dependencies = [ [[package]] name = "patched_porobot" -version = "0.4.3" +version = "0.5.0" dependencies = [ "glob", "itertools 0.10.3", diff --git a/Cargo.toml b/Cargo.toml index 226c217..d9f2caa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "patched_porobot" -version = "0.4.3" +version = "0.5.0" authors = ["Stefano Pigozzi "] edition = "2021" description = "Legends of Runeterra card database utilities and bots"