diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml
index 4a65125a41f..c6e3693ef27 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yaml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yaml
@@ -33,6 +33,7 @@ body:
label: App version
description: Specify the version of APK Installer you're using.
options:
+ - "0.1.25"
- "0.1.24"
- "0.1.23"
- "0.1.22"
diff --git a/APKInstaller/APKInstaller/APKInstaller.csproj b/APKInstaller/APKInstaller/APKInstaller.csproj
index b82393d8f2b..74d22fcc737 100644
--- a/APKInstaller/APKInstaller/APKInstaller.csproj
+++ b/APKInstaller/APKInstaller/APKInstaller.csproj
@@ -20,7 +20,7 @@
10.0.22621.0
10.0.17763.0
True
- 0.1.24
+ 0.1.25
diff --git a/APKInstaller/APKInstaller/Package.appxmanifest b/APKInstaller/APKInstaller/Package.appxmanifest
index b8339bb4de9..97e2c234a52 100644
--- a/APKInstaller/APKInstaller/Package.appxmanifest
+++ b/APKInstaller/APKInstaller/Package.appxmanifest
@@ -11,7 +11,7 @@
+ Version="0.1.25.0" />
APK 安装程序