released v0.5.2 with startup bug fix

This commit is contained in:
Sam Schott 2020-01-29 23:02:29 +00:00
parent 22c55d3c31
commit c65e12b02d
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
## v0.5.1
## v0.5.2
#### Added:

View File

@ -5,6 +5,6 @@ Created on Wed Oct 31 16:23:13 2018
@author: samschott
"""
__version__ = "0.5.1.post1"
__version__ = "0.5.2"
__author__ = "Sam Schott"
__url__ = "https://github.com/SamSchott/maestral"

View File

@ -51,7 +51,7 @@ app = BUNDLE(coll,
'NSHighResolutionCapable': 'True',
'NSRequiresAquaSystemAppearance': 'False',
'LSUIElement': '1',
'CFBundleVersion': '101',
'CFBundleVersion': '112',
'CFBundleShortVersionString': __version__,
'NSHumanReadableCopyright': 'Copyright © {} {}. All rights reserved.'.format(time.strftime('%Y'), __author__),
'LSMinimumSystemVersion': '10.13.0',