Skip to content

Commit f41b248

Browse files
committed
Bump to v39.3.3
1 parent 5ca2eb6 commit f41b248

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
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.3.2
207+
### v39.3.3
208208

209-
* 修复接收消息问题
209+
* 修复发送文件/图片中文路径问题
210210

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

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

221+
### v39.3.2
222+
223+
* 修复接收消息问题
224+
221225
### v39.3.0
222226

223227
* 适配 `3.9.11.25`

WeChatFerry/spy/spy.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#undef APSTUDIO_READONLY_SYMBOLS
1414

1515
/////////////////////////////////////////////////////////////////////////////
16-
// ����(���壬�й�) resources
16+
// ����(���壬�й�) resources
1717

1818
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
1919
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
@@ -51,7 +51,7 @@ END
5151
//
5252

5353
VS_VERSION_INFO VERSIONINFO
54-
FILEVERSION 39,3,2,0
54+
FILEVERSION 39,3,3,0
5555
PRODUCTVERSION 3,9,11,25
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.3.2.0"
72+
VALUE "FileVersion", "39.3.3.0"
7373
VALUE "InternalName", "spy.dll"
7474
VALUE "LegalCopyright", "Copyright (C) 2023"
7575
VALUE "OriginalFilename", "spy.dll"
@@ -83,7 +83,7 @@ BEGIN
8383
END
8484
END
8585

86-
#endif // ����(���壬�й�) resources
86+
#endif // ����(���壬�й�) resources
8787
/////////////////////////////////////////////////////////////////////////////
8888

8989

0 commit comments

Comments
 (0)