Gearboy
Gearboy copied to clipboard
[macOS] version numbers broken in the latest release
i've downloaded version 3.5 but when looking at it in the Finder (Get Info, Quick Look, Column View), it claims to be version 3.4.
it seems you forgot to update the version numbers (CFBundleVersion
and CFBundleShortVersionString
entries in the Info.plist
file)
NOTE: the very same issue applies to the latest gearsystem release ( https://github.com/drhelius/Gearsystem/releases/tag/3.5.0 )
Thanks, you are right!
Changed it so it updates automatically. It will be fine in the next release. Thanks for reporting!
awesome, thanks!