chore(release): 0.2.0

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

- 同步桌面端版本为 0.2.0(desktop package/lock)
This commit is contained in:
2977094657
2026-02-04 16:35:52 +08:00
parent 711e95cf5f
commit 30134354a0
4 changed files with 5 additions and 5 deletions

View File

@@ -1,12 +1,12 @@
{ {
"name": "wechat-data-analysis-desktop", "name": "wechat-data-analysis-desktop",
"version": "0.1.0", "version": "0.2.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "wechat-data-analysis-desktop", "name": "wechat-data-analysis-desktop",
"version": "0.1.0", "version": "0.2.0",
"devDependencies": { "devDependencies": {
"concurrently": "^9.2.1", "concurrently": "^9.2.1",
"cross-env": "^10.1.0", "cross-env": "^10.1.0",

View File

@@ -1,7 +1,7 @@
{ {
"name": "wechat-data-analysis-desktop", "name": "wechat-data-analysis-desktop",
"private": true, "private": true,
"version": "0.1.0", "version": "0.2.0",
"main": "src/main.cjs", "main": "src/main.cjs",
"scripts": { "scripts": {
"dev": "concurrently -k -s first \"cd ..\\\\frontend && npm run dev\" \"cross-env ELECTRON_START_URL=http://localhost:3000 electron .\"", "dev": "concurrently -k -s first \"cd ..\\\\frontend && npm run dev\" \"cross-env ELECTRON_START_URL=http://localhost:3000 electron .\"",

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "wechat-decrypt-tool" name = "wechat-decrypt-tool"
version = "0.1.0" version = "0.2.0"
description = "Modern WeChat database decryption tool with React frontend" description = "Modern WeChat database decryption tool with React frontend"
readme = "README.md" readme = "README.md"
requires-python = ">=3.11" requires-python = ">=3.11"

2
uv.lock generated
View File

@@ -838,7 +838,7 @@ wheels = [
[[package]] [[package]]
name = "wechat-decrypt-tool" name = "wechat-decrypt-tool"
version = "0.1.0" version = "0.2.0"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "aiofiles" }, { name = "aiofiles" },