diff --git a/Description/README_EN-US.md b/Description/README_EN-US.md
index e2afa51c7..9bbd64104 100644
--- a/Description/README_EN-US.md
+++ b/Description/README_EN-US.md
@@ -164,14 +164,6 @@ All the content of the program has been developed
------
-### Planned update for version 4.0 (expected to be completed around the release of Windows App SDK 1.6, around September)
-> * Back to Store.rg API parsing store application, provide a variety of channels to parse store application installation package
-> * Added support for Native AOT, reducing binary distribution while improving application speed
-> * Re-architecting the Web browsing section (introducing Edge legacy and WebView2)
-> * Rebuild the download management module, integrate the download page and the incomplete download display page, and use the delivery optimization or background intelligent transmission service of Windows 11 22621+ to replace Aria2 download
-
-------
-
### Thanks (Sort by alphabetical order)
> * [AndromedaMelody](https://github.com/AndromedaMelody)
diff --git a/Description/README_ZH-CN.md b/Description/README_ZH-CN.md
index 8fa287d2c..cb5f70dc6 100644
--- a/Description/README_ZH-CN.md
+++ b/Description/README_ZH-CN.md
@@ -163,14 +163,6 @@
------
-### Planned update for version 4.0 (expected to be completed around the release of Windows App SDK 1.6, around September)
-> * 带回 Store.rg API 的解析商店应用方式,提供多种渠道解析商店应用安装包
-> * 添加对 Native AOT 的支持,减少二进制分发的同时,提升应用的运行速度
-> * 重新构建网页浏览部分(引入 Edge legacy 和 WebView2)
-> * 重新构建下载管理模块,整合正在下载页面和未完成下载展示页面,使用 Windows 11 22621+ 自带的传递优化或后台智能传输服务替代 Aria2 下载
-
-------
-
### 感谢(按英文首字母排序)
> * [AndromedaMelody](https://github.com/AndromedaMelody)
diff --git a/GetStoreApp/GetStoreApp.res b/GetStoreApp/GetStoreApp.res
index 6e6af51b9..e56aa52ab 100644
Binary files a/GetStoreApp/GetStoreApp.res and b/GetStoreApp/GetStoreApp.res differ
diff --git a/GetStoreApp/Properties/AssemblyInfo.cs b/GetStoreApp/Properties/AssemblyInfo.cs
index 195f4eb95..1799bc9aa 100644
--- a/GetStoreApp/Properties/AssemblyInfo.cs
+++ b/GetStoreApp/Properties/AssemblyInfo.cs
@@ -6,11 +6,11 @@
[assembly: AssemblyCompany("高怡飞")]
[assembly: AssemblyCopyright("Copyright ©2022-2024 高怡飞, All Rights Reserved.")]
[assembly: AssemblyDescription("获取商店应用")]
-[assembly: AssemblyFileVersion("3.10.530.0")]
-[assembly: AssemblyInformationalVersion("3.10.530.0")]
+[assembly: AssemblyFileVersion("4.0.601.0")]
+[assembly: AssemblyInformationalVersion("4.0.601.0")]
[assembly: AssemblyProduct("获取商店应用")]
[assembly: AssemblyTitle("获取商店应用")]
-[assembly: AssemblyVersion("3.10.530.0")]
+[assembly: AssemblyVersion("4.0.601.0")]
// 应用程序默认区域性的资源控制器设置
[assembly: NeutralResourcesLanguage("en-us")]
diff --git a/GetStoreAppPackage/Package.appxmanifest b/GetStoreAppPackage/Package.appxmanifest
index c4e755b43..af9e6fe31 100644
--- a/GetStoreAppPackage/Package.appxmanifest
+++ b/GetStoreAppPackage/Package.appxmanifest
@@ -11,7 +11,7 @@
+ Version="4.0.601.0" />
ms-resource:PackageDisplayName
diff --git a/GetStoreAppWebView/GetStoreAppWebView.res b/GetStoreAppWebView/GetStoreAppWebView.res
index 47d958db0..8a471aaa9 100644
Binary files a/GetStoreAppWebView/GetStoreAppWebView.res and b/GetStoreAppWebView/GetStoreAppWebView.res differ
diff --git a/GetStoreAppWebView/Properties/AssemblyInfo.cs b/GetStoreAppWebView/Properties/AssemblyInfo.cs
index 42708c12e..e6717ead6 100644
--- a/GetStoreAppWebView/Properties/AssemblyInfo.cs
+++ b/GetStoreAppWebView/Properties/AssemblyInfo.cs
@@ -6,11 +6,11 @@
[assembly: AssemblyCompany("高怡飞")]
[assembly: AssemblyCopyright("Copyright ©2022-2024 高怡飞, All Rights Reserved.")]
[assembly: AssemblyDescription("网页浏览器")]
-[assembly: AssemblyFileVersion("3.10.530.0")]
-[assembly: AssemblyInformationalVersion("3.10.530.0")]
+[assembly: AssemblyFileVersion("4.0.601.0")]
+[assembly: AssemblyInformationalVersion("4.0.601.0")]
[assembly: AssemblyProduct("网页浏览器")]
[assembly: AssemblyTitle("网页浏览器")]
-[assembly: AssemblyVersion("3.10.530.0")]
+[assembly: AssemblyVersion("4.0.601.0")]
// 应用程序默认区域性的资源控制器设置
[assembly: NeutralResourcesLanguage("en-us")]
diff --git a/Microsoft.Management.Deployment.Projection/Properties/AssemblyInfo.cs b/Microsoft.Management.Deployment.Projection/Properties/AssemblyInfo.cs
index 3ee584a0b..3416a6003 100644
--- a/Microsoft.Management.Deployment.Projection/Properties/AssemblyInfo.cs
+++ b/Microsoft.Management.Deployment.Projection/Properties/AssemblyInfo.cs
@@ -4,10 +4,10 @@
// 程序集信息设置
[assembly: AssemblyCompany("高怡飞")]
[assembly: AssemblyCopyright("©Copyright ©2022-2024 高怡飞, All Rights Reserved.")]
-[assembly: AssemblyFileVersion("3.10.530.0")]
-[assembly: AssemblyInformationalVersion("3.10.530.0")]
+[assembly: AssemblyFileVersion("4.0.601.0")]
+[assembly: AssemblyInformationalVersion("4.0.601.0")]
[assembly: AssemblyProduct("获取商店应用 WinGet WinRT 扩展")]
-[assembly: AssemblyVersion("3.10.530.0")]
+[assembly: AssemblyVersion("4.0.601.0")]
// 设置程序集仅允许在Windows平台上可用
[assembly: SupportedOSPlatform("windows10.0.26100")]
\ No newline at end of file
diff --git a/README.md b/README.md
index ff90e39ed..3f4cfc9b8 100644
--- a/README.md
+++ b/README.md
@@ -170,14 +170,6 @@
------
-### 4.0 版本的计划更新(预计 Windows 应用 SDK 1.6 发布前后完成,9月左右)
-> * 带回 Store.rg API 的解析商店应用方式,提供多种渠道解析商店应用安装包
-> * 添加对 Native AOT 的支持,减少二进制分发的同时,提升应用的运行速度
-> * 重新构建网页浏览部分(引入 Edge legacy 和 WebView2)
-> * 重新构建下载管理模块,整合正在下载页面和未完成下载展示页面,使用 Windows 11 22621+ 自带的传递优化或后台智能传输服务替代 Aria2 下载
-
-------
-
### 感谢(按英文首字母排序)
> * [AndromedaMelody](https://github.com/AndromedaMelody)