Skip to content

Commit b3f052d

Browse files
committed
chore(release): 升级版本至 2.0.0
1 parent 1a17e9b commit b3f052d

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/macos-private-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
workflow_dispatch:
1616
inputs:
1717
version:
18-
description: Package version (for example 1.18.5)
18+
description: Package version (for example 2.0.0)
1919
required: true
2020
type: string
2121
run_image_scan_diagnostic:

desktop/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wechat-data-analysis-desktop",
33
"private": true,
4-
"version": "1.18.5",
4+
"version": "2.0.0",
55
"main": "src/main.cjs",
66
"scripts": {
77
"dev": "node scripts/dev.cjs",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "wechat-decrypt-tool"
3-
version = "1.18.5"
3+
version = "2.0.0"
44
description = "Modern WeChat database decryption tool with React frontend"
55
readme = "README.md"
66
requires-python = ">=3.11"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""微信数据库解密工具
22
"""
33

4-
__version__ = "1.18.5"
4+
__version__ = "2.0.0"
55
__author__ = "WeChat Decrypt Tool"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)