From ad256288e1ab59ca99ef259204dce8c3fd74863b Mon Sep 17 00:00:00 2001 From: jackwener Date: Thu, 16 Apr 2026 23:15:48 +0800 Subject: [PATCH] chore: bump version to 0.1.3 --- Cargo.toml | 2 +- npm/platforms/darwin-arm64/package.json | 2 +- npm/platforms/darwin-x64/package.json | 2 +- npm/platforms/linux-arm64/package.json | 2 +- npm/platforms/linux-x64/package.json | 2 +- npm/platforms/win32-x64/package.json | 2 +- npm/wx-cli/package.json | 12 ++++++------ 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 643e447..7985c99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wx-cli" -version = "0.1.2" +version = "0.1.3" edition = "2021" description = "WeChat 4.x (macOS/Linux) local data CLI — decrypt SQLCipher DBs, query chat history, watch new messages" license = "Apache-2.0" diff --git a/npm/platforms/darwin-arm64/package.json b/npm/platforms/darwin-arm64/package.json index fb6476f..6ff8d38 100644 --- a/npm/platforms/darwin-arm64/package.json +++ b/npm/platforms/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@jackwener/wx-cli-darwin-arm64", - "version": "0.1.2", + "version": "0.1.3", "description": "wx-cli binary for macOS arm64", "os": ["darwin"], "cpu": ["arm64"], diff --git a/npm/platforms/darwin-x64/package.json b/npm/platforms/darwin-x64/package.json index 53c3f8a..3a9ae8b 100644 --- a/npm/platforms/darwin-x64/package.json +++ b/npm/platforms/darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "@jackwener/wx-cli-darwin-x64", - "version": "0.1.2", + "version": "0.1.3", "description": "wx-cli binary for macOS x64", "os": ["darwin"], "cpu": ["x64"], diff --git a/npm/platforms/linux-arm64/package.json b/npm/platforms/linux-arm64/package.json index 048b9f7..253278a 100644 --- a/npm/platforms/linux-arm64/package.json +++ b/npm/platforms/linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@jackwener/wx-cli-linux-arm64", - "version": "0.1.2", + "version": "0.1.3", "description": "wx-cli binary for Linux arm64", "os": ["linux"], "cpu": ["arm64"], diff --git a/npm/platforms/linux-x64/package.json b/npm/platforms/linux-x64/package.json index 762f2af..4de732b 100644 --- a/npm/platforms/linux-x64/package.json +++ b/npm/platforms/linux-x64/package.json @@ -1,6 +1,6 @@ { "name": "@jackwener/wx-cli-linux-x64", - "version": "0.1.2", + "version": "0.1.3", "description": "wx-cli binary for Linux x64", "os": ["linux"], "cpu": ["x64"], diff --git a/npm/platforms/win32-x64/package.json b/npm/platforms/win32-x64/package.json index a9b44f0..eff55a9 100644 --- a/npm/platforms/win32-x64/package.json +++ b/npm/platforms/win32-x64/package.json @@ -1,6 +1,6 @@ { "name": "@jackwener/wx-cli-win32-x64", - "version": "0.1.2", + "version": "0.1.3", "description": "wx-cli binary for Windows x64", "os": ["win32"], "cpu": ["x64"], diff --git a/npm/wx-cli/package.json b/npm/wx-cli/package.json index f220a7b..d2ab67d 100644 --- a/npm/wx-cli/package.json +++ b/npm/wx-cli/package.json @@ -1,6 +1,6 @@ { "name": "@jackwener/wx-cli", - "version": "0.1.2", + "version": "0.1.3", "description": "Query your local WeChat data from the command line. Designed for LLM agent tool calls.", "bin": { "wx": "bin/wx.js" @@ -13,11 +13,11 @@ "install.js" ], "optionalDependencies": { - "@jackwener/wx-cli-darwin-arm64": "0.1.1", - "@jackwener/wx-cli-darwin-x64": "0.1.1", - "@jackwener/wx-cli-linux-x64": "0.1.1", - "@jackwener/wx-cli-linux-arm64": "0.1.1", - "@jackwener/wx-cli-win32-x64": "0.1.1" + "@jackwener/wx-cli-darwin-arm64": "0.1.3", + "@jackwener/wx-cli-darwin-x64": "0.1.3", + "@jackwener/wx-cli-linux-x64": "0.1.3", + "@jackwener/wx-cli-linux-arm64": "0.1.3", + "@jackwener/wx-cli-win32-x64": "0.1.3" }, "engines": { "node": ">=14" }, "keywords": ["wechat", "cli", "wx", "llm", "ai", "sqlite", "sqlcipher"],