From c9bdbadad9fee1033c1e1b7ee5c03708fc2e0240 Mon Sep 17 00:00:00 2001 From: REInject Date: Sat, 28 Oct 2023 15:51:23 +0800 Subject: [PATCH] v1.0.4 Changelog: https://github.com/0xlane/wechat-dump-rs/compare/v1.0.3...v1.0.4 --- Cargo.toml | 2 +- src/main.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2d4b2a2..669e1a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wechat-dump-rs" -version = "1.0.3" +version = "1.0.4" 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 1177113..952876f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -523,7 +523,7 @@ fn cli() -> clap::Command { use clap::{arg, value_parser, Command}; Command::new("wechat-dump-rs") - .version("1.0.3") + .version("1.0.4") .about("A wechat db dump tool") .author("REinject") .help_template("{name} ({version}) - {author}\n{about}\n{all-args}")