From fc36a7361e222c0fed321055af390c815b3568e3 Mon Sep 17 00:00:00 2001 From: dr666m1 Date: Mon, 14 Aug 2023 23:49:49 +0900 Subject: [PATCH] 0.4.29 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a149a5..c1fe99a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,7 +13,7 @@ dependencies = [ [[package]] name = "bq2cst" -version = "0.4.28" +version = "0.4.29" dependencies = [ "console_error_panic_hook", "difference", diff --git a/Cargo.toml b/Cargo.toml index 10dfe40..263c65e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bq2cst" -version = "0.4.28" +version = "0.4.29" authors = ["kitta65 "] edition = "2018" license = "MIT"