Skip to content

Commit

Permalink
v0.1.24更新
Browse files Browse the repository at this point in the history
  • Loading branch information
wherewhere committed Jun 12, 2023
1 parent d08e502 commit 21ca8a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ body:
label: App version
description: Specify the version of APK Installer you're using.
options:
- "0.1.24"
- "0.1.23"
- "0.1.22"
- "0.1.21"
- "0.1.20"
Expand Down
2 changes: 1 addition & 1 deletion APKInstaller/APKInstaller/APKInstaller.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<TargetPlatformMaxVersion>10.0.22621.0</TargetPlatformMaxVersion>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<UseWinUI>True</UseWinUI>
<VersionPrefix>0.1.23</VersionPrefix>
<VersionPrefix>0.1.24</VersionPrefix>
</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion APKInstaller/APKInstaller/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Identity
Name="18184wherewhere.AndroidAppInstaller"
Publisher="CN=2C3A37C0-35FC-4839-B08C-751C1C1AFBF5"
Version="0.1.23.0" />
Version="0.1.24.0" />

<Properties>
<DisplayName>APK 安装程序</DisplayName>
Expand Down

0 comments on commit 21ca8a3

Please sign in to comment.