Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
Bump version number to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wjk committed Apr 11, 2023
1 parent 4920a93 commit 36264c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/WindowsLogViewer/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
xmlns:desktop5="http://schemas.microsoft.com/appx/manifest/desktop/windows10/5"
xmlns:com="http://schemas.microsoft.com/appx/manifest/com/windows10"
IgnorableNamespaces="uap rescap desktop4 desktop5 com">
<Identity Name="40885WilliamKent2015.ModernEventViewer" Publisher="CN=382B267D-6047-4C7A-8414-C3EC3B88FF82" Version="1.0.0.0" />
<Identity Name="40885WilliamKent2015.ModernEventViewer" Publisher="CN=382B267D-6047-4C7A-8414-C3EC3B88FF82" Version="1.0.1.0" />

<Properties>
<DisplayName>Modern Event Viewer</DisplayName>
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.0-dev",
"version": "1.0.1",
"publicReleaseRefSpec": [
"^refs/heads/master$",
"^refs/heads/release/v?\\d+(?:\\.\\d+){1,2}(?:-[a-z0-9.-]+)?$",
Expand Down

0 comments on commit 36264c3

Please sign in to comment.