Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit da36fef

Browse files
committed
v1.0.30
Changelog: v1.0.29...v1.0.30
1 parent eb89465 commit da36fef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.29"
3+
version = "1.0.30"
44
edition = "2021"
55
repository = "https://github.com/0xlane/wechat-dump-rs"
66

src/main.rs

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

66
Command::new("wechat-dump-rs")
7-
.version("1.0.29")
7+
.version("1.0.30")
88
.about("A wechat db dump tool")
99
.author("REinject")
1010
.help_template("{name} ({version}) - {author}\n{about}\n{all-args}")

wxdump/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wxdump"
3-
version = "1.0.29"
3+
version = "1.0.30"
44
edition = "2021"
55
repository = "https://github.com/0xlane/wechat-dump-rs"
66

0 commit comments

Comments
 (0)