Skip to content

Commit d24e613

Browse files
committed
chore: bump to v39.4.1
1 parent 68bac79 commit d24e613

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.MD

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@ WeChatFerry
204204

205205
## 版本更新
206206

207-
### v39.4.0
207+
### v39.4.1
208208

209-
* 重构代码,适配 `3.9.12.17`
209+
* 修复乱码问题
210210

211211
<details><summary>点击查看更多</summary>
212212

@@ -218,6 +218,10 @@ WeChatFerry
218218
* `y``WeChatFerry` 的版本,从 0 开始
219219
* `z` 是各客户端的版本,从 0 开始
220220

221+
### v39.4.0
222+
223+
* 重构代码,适配 `3.9.12.17`
224+
221225
### v39.3.5
222226

223227
* 代码优化

WeChatFerry/spy/spy.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ END
5151
//
5252

5353
VS_VERSION_INFO VERSIONINFO
54-
FILEVERSION 39,4,0,0
54+
FILEVERSION 39,4,1,0
5555
PRODUCTVERSION 3,9,12,17
5656
FILEFLAGSMASK 0x3fL
5757
#ifdef _DEBUG
@@ -69,7 +69,7 @@ BEGIN
6969
BEGIN
7070
VALUE "CompanyName", "WeChatFerry"
7171
VALUE "FileDescription", "WeChatFerry"
72-
VALUE "FileVersion", "39.4.0.0"
72+
VALUE "FileVersion", "39.4.1.0"
7373
VALUE "InternalName", "spy.dll"
7474
VALUE "LegalCopyright", "Copyright (C) 2023"
7575
VALUE "OriginalFilename", "spy.dll"

0 commit comments

Comments
 (0)