diff --git a/ninfs/__init__.py b/ninfs/__init__.py index 4bf3974..eb46c21 100644 --- a/ninfs/__init__.py +++ b/ninfs/__init__.py @@ -7,4 +7,4 @@ __author__ = 'ihaveamac' __copyright__ = 'Copyright (c) 2017-2021 Ian Burgwin' __license__ = 'MIT' -__version__ = '2.0a8' +__version__ = '2.0a9' diff --git a/standalone.spec b/standalone.spec index 53bb9c6..ca3773f 100644 --- a/standalone.spec +++ b/standalone.spec @@ -66,7 +66,7 @@ app = BUNDLE(coll, 'LSMinimumSystemVersion': '10.12.6', #'NSRequiresAquaSystemAppearance': True, #'NSHighResolutionCapable': True, - 'CFBundleShortVersionString': '2.0a8', - 'CFBundleVersion': '2004', + 'CFBundleShortVersionString': '2.0a9', + 'CFBundleVersion': '2005', } )