Skip to content

Commit

Permalink
更新 v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wherewhere committed Jul 5, 2023
1 parent 66ff4c2 commit b9b7484
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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.2"
- "0.0.1"
- type: dropdown
validations:
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.1.0" />
Version="0.0.2.0" />

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

Expand Down
4 changes: 2 additions & 2 deletions CoolapkLite/CoolapkLite/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.1.0")]
[assembly: AssemblyFileVersion("0.0.1.0")]
[assembly: AssemblyVersion("0.0.2.0")]
[assembly: AssemblyFileVersion("0.0.2.0")]
[assembly: ComVisible(false)]

0 comments on commit b9b7484

Please sign in to comment.