Skip to content

Commit

Permalink
更新 v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wherewhere committed Aug 13, 2024
1 parent f3502d8 commit 1433f3c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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 Coolapk Lite you're using.
options:
- "0.0.3"
- "0.0.2"
- "0.0.1"
- type: dropdown
Expand Down
2 changes: 1 addition & 1 deletion CoolapkLite/CoolapkLite/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Identity
Name="18184wherewhere.CoolapkLite"
Publisher="CN=2C3A37C0-35FC-4839-B08C-751C1C1AFBF5"
Version="0.0.2.0" />
Version="0.0.3.0" />

<mp:PhoneIdentity PhoneProductId="0448ed59-70ce-4551-9b19-cb16d7dab42e" PhonePublisherId="00000000-0000-0000-0000-000000000000" />

Expand Down
6 changes: 3 additions & 3 deletions CoolapkLite/CoolapkLite/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Coolapk UWP Project")]
[assembly: AssemblyProduct("CoolapkLite")]
[assembly: AssemblyCopyright("Copyright © 2017 - 2023 Coolapk UWP Project. All Rights Reserved.")]
[assembly: AssemblyCopyright("Copyright © 2017 - 2024 Coolapk UWP Project. All Rights Reserved.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -23,6 +23,6 @@
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.2.0")]
[assembly: AssemblyFileVersion("0.0.2.0")]
[assembly: AssemblyVersion("0.0.3.0")]
[assembly: AssemblyFileVersion("0.0.3.0")]
[assembly: ComVisible(false)]

0 comments on commit 1433f3c

Please sign in to comment.