Skip to content

Commit bcb5c5e

Browse files
committed
v8.1.1 to force new macOS and win32 versions
1 parent efff14b commit bcb5c5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SLIP-39-macOS.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ coll = COLLECT(exe,
5050
app = BUNDLE(coll,
5151
name='SLIP-39.app',
5252
icon='images/SLIP-39.icns',
53-
version='8.1.0',
53+
version='8.1.1',
5454
info_plist={
55-
'CFBundleVersion':'8.1.0',
55+
'CFBundleVersion':'8.1.1',
5656
'CFBundlePackageType':'APPL',
5757
'LSApplicationCategoryType':'public.app-category.finance',
5858
'LSMinimumSystemVersion':'10.15.0',

slip39/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = ( 8, 1, 0 )
1+
__version_info__ = ( 8, 1, 1 )
22
__version__ = '.'.join( map( str, __version_info__ ))

0 commit comments

Comments
 (0)