Skip to content

Commit 2fe874e

Browse files
committed
v1.0.15
- fix some bug: #25,#26
1 parent aff1a9c commit 2fe874e

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.14"
3+
version = "1.0.15"
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
@@ -1009,7 +1009,7 @@ fn cli() -> clap::Command {
10091009
use clap::{arg, value_parser, Command};
10101010

10111011
Command::new("wechat-dump-rs")
1012-
.version("1.0.14")
1012+
.version("1.0.15")
10131013
.about("A wechat db dump tool")
10141014
.author("REinject")
10151015
.help_template("{name} ({version}) - {author}\n{about}\n{all-args}")

0 commit comments

Comments
 (0)