RosaryMala / armok-vision

A 3d realtime visualizer for Dwarf Fortress
MIT License
320 stars 27 forks source link

version numbers incorrect on macOS #78

Open core-code opened 2 years ago

core-code commented 2 years ago

i've downloaeed version 0.21.0 but when selecting it in the Finder it claims to be version 1.0

Screenshot 2021-11-19 at 13 09 03

both the CFBundleShortVersionString and CFBundleVersion entries in the Info.plist file are wrong. they should be set to 0.21.0 instead of 1.0 and 0 respectively

thanks!