chore: bump version to 0.1.1

pull/2/head
jackwener 2026-04-16 16:18:04 +08:00
parent 2fd864b85d
commit a6fa82adb3
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1260,7 +1260,7 @@ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
[[package]] [[package]]
name = "wx-cli" name = "wx-cli"
version = "0.1.0" version = "0.1.1"
dependencies = [ dependencies = [
"aes", "aes",
"anyhow", "anyhow",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "wx-cli" name = "wx-cli"
version = "0.1.0" version = "0.1.1"
edition = "2021" edition = "2021"
description = "WeChat 4.x (macOS/Linux) local data CLI — decrypt SQLCipher DBs, query chat history, watch new messages" description = "WeChat 4.x (macOS/Linux) local data CLI — decrypt SQLCipher DBs, query chat history, watch new messages"
license = "MIT" license = "MIT"