Skip to content

Commit

Permalink
Emergency fix for version number 1.4 which didn't
Browse files Browse the repository at this point in the history
  • Loading branch information
Carson-Shook committed Nov 21, 2021
1 parent 6d1caa3 commit 5d3f5a3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ You will need Visual Studio 2017 to build Winclipper. The solution file should c

## Changelog

**1.4.1** - 2021-11-21
Quick fix for updater continuously popping up on startup.

**1.4** - 2021-11-21
This release of Winclipper includes the following features and bug fixes:
- Dark Mode! Winclipper now follows your window color settings in Windows 10 and up in the Settings menu. I might expand this in the future.
Expand Down
2 changes: 1 addition & 1 deletion Setup-x64/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="Winclipper" Language="1033" Version="1.4.0.0" Manufacturer="Carson Shook" UpgradeCode="34e3392e-e835-41c9-ac2b-f0c68176f4ca">
<Product Id="*" Name="Winclipper" Language="1033" Version="1.4.1.0" Manufacturer="Carson Shook" UpgradeCode="34e3392e-e835-41c9-ac2b-f0c68176f4ca">
<Package InstallerVersion="301" Compressed="yes" InstallScope="perMachine" />

<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
Expand Down
2 changes: 1 addition & 1 deletion Setup-x86/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="Winclipper" Language="1033" Version="1.4.0.0" Manufacturer="Carson Shook" UpgradeCode="a332e06b-480d-4d31-aaca-e5f7a2ef1dbb">
<Product Id="*" Name="Winclipper" Language="1033" Version="1.4.1.0" Manufacturer="Carson Shook" UpgradeCode="a332e06b-480d-4d31-aaca-e5f7a2ef1dbb">
<Package InstallerVersion="301" Compressed="yes" InstallScope="perMachine" />

<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
Expand Down
Binary file modified Winclipper/Winclipper.rc
Binary file not shown.

0 comments on commit 5d3f5a3

Please sign in to comment.