Skip to content

Commit

Permalink
v1.0.26
Browse files Browse the repository at this point in the history
- Fix some issues. (#49)
- Print account name with wxid.
- Update 4.0 table struct document.

Changelog: v1.0.25...v1.0.26
  • Loading branch information
0xlane committed Dec 16, 2024
1 parent 9198b73 commit 1c0956a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wechat-dump-rs"
version = "1.0.25"
version = "1.0.26"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ fn cli() -> clap::Command {
use clap::{arg, value_parser, Command};

Command::new("wechat-dump-rs")
.version("1.0.25")
.version("1.0.26")
.about("A wechat db dump tool")
.author("REinject")
.help_template("{name} ({version}) - {author}\n{about}\n{all-args}")
Expand Down

0 comments on commit 1c0956a

Please sign in to comment.