diff --git a/desktop/package-lock.json b/desktop/package-lock.json index 4bb8122..8e41556 100644 --- a/desktop/package-lock.json +++ b/desktop/package-lock.json @@ -1,12 +1,12 @@ { "name": "wechat-data-analysis-desktop", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wechat-data-analysis-desktop", - "version": "0.1.0", + "version": "0.2.0", "devDependencies": { "concurrently": "^9.2.1", "cross-env": "^10.1.0", diff --git a/desktop/package.json b/desktop/package.json index 19bd486..37f0d72 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -1,7 +1,7 @@ { "name": "wechat-data-analysis-desktop", "private": true, - "version": "0.1.0", + "version": "0.2.0", "main": "src/main.cjs", "scripts": { "dev": "concurrently -k -s first \"cd ..\\\\frontend && npm run dev\" \"cross-env ELECTRON_START_URL=http://localhost:3000 electron .\"", diff --git a/pyproject.toml b/pyproject.toml index 7209a0b..0a09549 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "wechat-decrypt-tool" -version = "0.1.0" +version = "0.2.0" description = "Modern WeChat database decryption tool with React frontend" readme = "README.md" requires-python = ">=3.11" diff --git a/uv.lock b/uv.lock index f2ccf74..ef57656 100644 --- a/uv.lock +++ b/uv.lock @@ -838,7 +838,7 @@ wheels = [ [[package]] name = "wechat-decrypt-tool" -version = "0.1.0" +version = "0.2.0" source = { editable = "." } dependencies = [ { name = "aiofiles" },