Skip to content

Commit

Permalink
v0.1.25更新
Browse files Browse the repository at this point in the history
  • Loading branch information
wherewhere committed Jun 14, 2023
1 parent 01dc40b commit 27a82e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
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.24</VersionPrefix>
<VersionPrefix>0.1.25</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.24.0" />
Version="0.1.25.0" />

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

1 comment on commit 27a82e6

@lfputnam
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.