Skip to content

Commit b5271d8

Browse files
committed
chore: bump version to 1.11.4
1 parent f69999e commit b5271d8

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.11.3",
4+
"version": "1.11.4",
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.11.3"
3+
version = "1.11.4"
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.11.3"
4+
__version__ = "1.11.4"
55
__author__ = "WeChat Decrypt Tool"

0 commit comments

Comments
 (0)