Skip to content

Commit 21ca8a3

Browse files
committed
v0.1.24更新
1 parent d08e502 commit 21ca8a3

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ body:
3333
label: App version
3434
description: Specify the version of APK Installer you're using.
3535
options:
36+
- "0.1.24"
37+
- "0.1.23"
3638
- "0.1.22"
3739
- "0.1.21"
3840
- "0.1.20"

APKInstaller/APKInstaller/APKInstaller.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<TargetPlatformMaxVersion>10.0.22621.0</TargetPlatformMaxVersion>
2121
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
2222
<UseWinUI>True</UseWinUI>
23-
<VersionPrefix>0.1.23</VersionPrefix>
23+
<VersionPrefix>0.1.24</VersionPrefix>
2424
</PropertyGroup>
2525

2626
<PropertyGroup>

APKInstaller/APKInstaller/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Identity
1212
Name="18184wherewhere.AndroidAppInstaller"
1313
Publisher="CN=2C3A37C0-35FC-4839-B08C-751C1C1AFBF5"
14-
Version="0.1.23.0" />
14+
Version="0.1.24.0" />
1515

1616
<Properties>
1717
<DisplayName>APK 安装程序</DisplayName>

0 commit comments

Comments
 (0)