Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchalmers committed Dec 9, 2023
1 parent c180a23 commit 0c50658
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Create installer
run: |
dotnet tool install --global wix --version 4.0.2
dotnet tool install --global wix --version 4.0.3
wix build Product.wxs -o "publish/Install DesktopClock.msi"
- name: Create GitHub release
Expand Down
4 changes: 2 additions & 2 deletions DesktopClock/DesktopClock.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

<PropertyGroup>
<Company>Daniel Chalmers</Company>
<Description>A configurable clock for your desktop</Description>
<Description>A digital clock for your desktop</Description>
<Copyright>© Daniel Chalmers</Copyright>
<Version>3.1.0-beta2</Version>
<Version>4.0.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 0c50658

Please sign in to comment.