chore: bump version to 0.1.2

pull/2/head v0.1.2
jackwener 2026-04-16 22:43:28 +08:00
parent e3518956af
commit 65c98e9736
8 changed files with 8 additions and 8 deletions

2
Cargo.lock generated
View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@jackwener/wx-cli-darwin-arm64",
"version": "0.1.1",
"version": "0.1.2",
"description": "wx-cli binary for macOS arm64",
"os": ["darwin"],
"cpu": ["arm64"],

View File

@ -1,6 +1,6 @@
{
"name": "@jackwener/wx-cli-darwin-x64",
"version": "0.1.1",
"version": "0.1.2",
"description": "wx-cli binary for macOS x64",
"os": ["darwin"],
"cpu": ["x64"],

View File

@ -1,6 +1,6 @@
{
"name": "@jackwener/wx-cli-linux-arm64",
"version": "0.1.1",
"version": "0.1.2",
"description": "wx-cli binary for Linux arm64",
"os": ["linux"],
"cpu": ["arm64"],

View File

@ -1,6 +1,6 @@
{
"name": "@jackwener/wx-cli-linux-x64",
"version": "0.1.1",
"version": "0.1.2",
"description": "wx-cli binary for Linux x64",
"os": ["linux"],
"cpu": ["x64"],

View File

@ -1,6 +1,6 @@
{
"name": "@jackwener/wx-cli-win32-x64",
"version": "0.1.1",
"version": "0.1.2",
"description": "wx-cli binary for Windows x64",
"os": ["win32"],
"cpu": ["x64"],

View File

@ -1,6 +1,6 @@
{
"name": "@jackwener/wx-cli",
"version": "0.1.1",
"version": "0.1.2",
"description": "Query your local WeChat data from the command line. Designed for LLM agent tool calls.",
"bin": {
"wx": "bin/wx.js"