version 2.0a11

This commit is contained in:
ihaveahax 2024-01-29 23:02:03 -06:00
parent 7ddaf95cbb
commit d492069e27
No known key found for this signature in database
GPG Key ID: 90725113CA578EAA
2 changed files with 3 additions and 3 deletions

View File

@ -7,4 +7,4 @@
__author__ = 'ihaveamac'
__copyright__ = 'Copyright (c) 2017-2021 Ian Burgwin'
__license__ = 'MIT'
__version__ = '2.0a10'
__version__ = '2.0a11'

View File

@ -66,7 +66,7 @@ app = BUNDLE(coll,
'LSMinimumSystemVersion': '10.12.6',
#'NSRequiresAquaSystemAppearance': True,
#'NSHighResolutionCapable': True,
'CFBundleShortVersionString': '2.0a10',
'CFBundleVersion': '2006',
'CFBundleShortVersionString': '2.0a11',
'CFBundleVersion': '2007',
}
)