Skip to content

Commit f1391fa

Browse files
committed
chore(version): bump app version to 5.5.7
1 parent b871710 commit f1391fa

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

ColorCop.rc

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ReadMe.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---------------------------[ Color Cop v5.5.6 ]--------------------------
1+
---------------------------[ Color Cop v5.5.7 ]--------------------------
22

33
Color Cop is a multi-purpose color picker for web designers and
44
programmers. It features an eyedropper, magnifier, variable magnification
@@ -227,6 +227,7 @@ https://colorcop.net/donate
227227

228228

229229
*** Color Cop Revision History ***
230+
v5.5.7 – 04/11/26 – Modernizes codebase (C++20, Unicode safety), fixes CMYK math, and improves UI/system tray behavior
230231
v5.5.6 - 03/19/26 - Installer now bundles the VC++ 2015–2022 runtime
231232
v5.5.5 - 03/14/26 - Adds modern app manifest with DPI awareness
232233
v5.5.3 - 02/05/26 - Added official Chocolatey installer support

installer/colorcop.iss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
[Setup]
44
AppID={{197A931D-2802-405D-B53E-67DF09D5BE2E}}
55
AppName=Color Cop
6-
AppVersion=5.5.6
7-
AppVerName=Color Cop 5.5.6
6+
AppVersion=5.5.7
7+
AppVerName=Color Cop 5.5.7
88
AppPublisher=Jay Prall
99
AppPublisherURL=https://colorcop.net
1010
AppSupportURL=https://colorcop.net
@@ -18,7 +18,7 @@ OutputBaseFilename=colorcop-setup
1818
SetupIconFile=..\Res\idr_main.ico
1919
Compression=lzma
2020
SolidCompression=yes
21-
VersionInfoVersion=5.5.6
21+
VersionInfoVersion=5.5.7
2222
DisableDirPage=yes
2323
DisableProgramGroupPage=yes
2424

0 commit comments

Comments
 (0)