Skip to content

Commit 5a9fea6

Browse files
committed
v9.1.2; correct monospaced console font for Windows, MacOS and Linux
1 parent fb27200 commit 5a9fea6

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='9.1.1',
53+
version='9.1.2',
5454
info_plist={
55-
'CFBundleVersion':'9.1.1',
55+
'CFBundleVersion':'9.1.2',
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__ = ( 9, 1, 1 )
1+
__version_info__ = ( 9, 1, 2 )
22
__version__ = '.'.join( map( str, __version_info__ ))

0 commit comments

Comments
 (0)