Skip to content

Commit 019ec60

Browse files
committed
v1.0.17
- Fix #28. - Print more details during the process.
1 parent c6a9073 commit 019ec60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wechat-dump-rs"
3-
version = "1.0.16"
3+
version = "1.0.17"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@ fn cli() -> clap::Command {
10601060
use clap::{arg, value_parser, Command};
10611061

10621062
Command::new("wechat-dump-rs")
1063-
.version("1.0.16")
1063+
.version("1.0.17")
10641064
.about("A wechat db dump tool")
10651065
.author("REinject")
10661066
.help_template("{name} ({version}) - {author}\n{about}\n{all-args}")

0 commit comments

Comments
 (0)