mirror of
https://github.com/samschott/maestral.git
synced 2024-11-11 11:36:35 +03:00
released v0.5.2 with startup bug fix
This commit is contained in:
parent
22c55d3c31
commit
c65e12b02d
@ -1,4 +1,4 @@
|
||||
## v0.5.1
|
||||
## v0.5.2
|
||||
|
||||
#### Added:
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user