From 2fe874e791c92db090243de4e22c2dd6bbe88106 Mon Sep 17 00:00:00 2001 From: REinject <22788893+0xlane@users.noreply.github.com> Date: Fri, 15 Nov 2024 10:39:09 +0800 Subject: [PATCH] v1.0.15 - fix some bug: #25,#26 --- Cargo.toml | 2 +- src/main.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6ff5d5f..1f4225d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wechat-dump-rs" -version = "1.0.14" +version = "1.0.15" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/main.rs b/src/main.rs index 2361ebb..8e8d717 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1009,7 +1009,7 @@ fn cli() -> clap::Command { use clap::{arg, value_parser, Command}; Command::new("wechat-dump-rs") - .version("1.0.14") + .version("1.0.15") .about("A wechat db dump tool") .author("REinject") .help_template("{name} ({version}) - {author}\n{about}\n{all-args}")