From e02b9806d88cae1de2f6b941c1175e965497a215 Mon Sep 17 00:00:00 2001 From: dr666m1 <26474260+kitta65@users.noreply.github.com> Date: Sat, 2 Mar 2024 10:31:32 +0900 Subject: [PATCH] 0.5.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e5debab..b793c4a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,7 +13,7 @@ dependencies = [ [[package]] name = "bq2cst" -version = "0.5.2" +version = "0.5.3" dependencies = [ "console_error_panic_hook", "difference", diff --git a/Cargo.toml b/Cargo.toml index a9bc70f..b0bd31b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bq2cst" -version = "0.5.2" +version = "0.5.3" authors = ["kitta65 "] edition = "2018" license = "MIT"