From 2599b09871774e8fcdb9d85313cf86d6fa0e615b Mon Sep 17 00:00:00 2001 From: SpiralP Date: Mon, 1 Jul 2024 22:15:52 -0700 Subject: [PATCH] Release 1.12.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 83c879c..a12059b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -225,7 +225,7 @@ source = "git+https://github.com/SpiralP/rust-clap-classicube.git#3e1f8194f03d8a [[package]] name = "classicube-cef-plugin" -version = "1.12.0" +version = "1.12.1" dependencies = [ "async-dispatcher", "async-recursion", diff --git a/Cargo.toml b/Cargo.toml index a9acc83..2d8e081 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "classicube-cef-plugin" -version = "1.12.0" +version = "1.12.1" edition = "2021" publish = false