Skip to content

Commit

Permalink
version 2.0a10
Browse files Browse the repository at this point in the history
  • Loading branch information
ihaveamac committed Aug 7, 2023
1 parent 0b33c84 commit 07c474c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -55,7 +55,7 @@ SeedDB is checked in order of:
Python 3.6.1 or later is required.

### Windows
Windows 8.1 or later is required.
Windows 8.1 or later is strongly recommended. Windows 7 may continue to work until ninfs's dependencies stop working on it.

#### Installer
An installer is provided in [releases](https://github.com/ihaveamac/ninfs/releases). It includes both ninfs and WinFsp, which is installed if required.
Expand Down
2 changes: 1 addition & 1 deletion ninfs/__init__.py
Expand Up @@ -7,4 +7,4 @@
__author__ = 'ihaveamac'
__copyright__ = 'Copyright (c) 2017-2021 Ian Burgwin'
__license__ = 'MIT'
__version__ = '2.0a9'
__version__ = '2.0a10'
Binary file modified ninfs/gui/data/windows.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions standalone.spec
Expand Up @@ -66,7 +66,7 @@ app = BUNDLE(coll,
'LSMinimumSystemVersion': '10.12.6',
#'NSRequiresAquaSystemAppearance': True,
#'NSHighResolutionCapable': True,
'CFBundleShortVersionString': '2.0a9',
'CFBundleVersion': '2005',
'CFBundleShortVersionString': '2.0a10',
'CFBundleVersion': '2006',
}
)

0 comments on commit 07c474c

Please sign in to comment.