From 40d040f28cb034cba17259337dba14920735b0e8 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 11 Apr 2023 19:13:18 +0200 Subject: [PATCH] Bump version to 0.12.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 121bbfb..d4d32f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1145,7 +1145,7 @@ dependencies = [ [[package]] name = "patched_porobot" -version = "0.11.1" +version = "0.12.0" dependencies = [ "anyhow", "base64 0.21.0", diff --git a/Cargo.toml b/Cargo.toml index 4fa51b7..c43c15d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "patched_porobot" -version = "0.11.1" +version = "0.12.0" authors = ["Stefano Pigozzi "] edition = "2021" description = "Legends of Runeterra card database utilities and bots"