Skip to content

Commit d492069

Browse files
committed
version 2.0a11
1 parent 7ddaf95 commit d492069

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ninfs/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
__author__ = 'ihaveamac'
88
__copyright__ = 'Copyright (c) 2017-2021 Ian Burgwin'
99
__license__ = 'MIT'
10-
__version__ = '2.0a10'
10+
__version__ = '2.0a11'

standalone.spec

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ app = BUNDLE(coll,
6666
'LSMinimumSystemVersion': '10.12.6',
6767
#'NSRequiresAquaSystemAppearance': True,
6868
#'NSHighResolutionCapable': True,
69-
'CFBundleShortVersionString': '2.0a10',
70-
'CFBundleVersion': '2006',
69+
'CFBundleShortVersionString': '2.0a11',
70+
'CFBundleVersion': '2007',
7171
}
7272
)

0 commit comments

Comments
 (0)