chore(release): 0.2.1

- 同步 Python 项目版本为 0.2.1(pyproject/uv.lock)

- 同步桌面端版本为 0.2.1(desktop package/lock)
This commit is contained in:
2977094657
2026-02-07 21:05:35 +08:00
Unverified
parent 8fc5023a0d
commit a2f7c90477
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "wechat-data-analysis-desktop",
"version": "0.2.0",
"version": "0.2.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "wechat-data-analysis-desktop",
"version": "0.2.0",
"version": "0.2.1",
"devDependencies": {
"concurrently": "^9.2.1",
"cross-env": "^10.1.0",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "wechat-data-analysis-desktop",
"private": true,
"version": "0.2.0",
"version": "0.2.1",
"main": "src/main.cjs",
"scripts": {
"dev": "concurrently -k -s first \"cd ..\\\\frontend && npm run dev\" \"cross-env ELECTRON_START_URL=http://localhost:3000 electron .\"",
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "wechat-decrypt-tool"
version = "0.2.0"
version = "0.2.1"
description = "Modern WeChat database decryption tool with React frontend"
readme = "README.md"
requires-python = ">=3.11"
Generated
+1 -1
View File
@@ -838,7 +838,7 @@ wheels = [
[[package]]
name = "wechat-decrypt-tool"
version = "0.2.0"
version = "0.2.1"
source = { editable = "." }
dependencies = [
{ name = "aiofiles" },