Skip to content

Commit

Permalink
version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ihaveamac committed Feb 25, 2024
1 parent 01f4b8b commit 017935b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ninfs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildPythonApplication rec {
pname = "ninfs";
version = "2.0a11";
version = "2.0";

srcs = builtins.path { path = ./.; name = "ninfs"; };

Expand Down
2 changes: 1 addition & 1 deletion ninfs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
__author__ = 'ihaveamac'
__copyright__ = 'Copyright (c) 2017-2021 Ian Burgwin'
__license__ = 'MIT'
__version__ = '2.0a11'
__version__ = '2.0'
4 changes: 2 additions & 2 deletions standalone.spec
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ app = BUNDLE(coll,
'LSMinimumSystemVersion': '10.12.6',
#'NSRequiresAquaSystemAppearance': True,
#'NSHighResolutionCapable': True,
'CFBundleShortVersionString': '2.0a11',
'CFBundleVersion': '2007',
'CFBundleShortVersionString': '2.0',
'CFBundleVersion': '2008',
}
)

0 comments on commit 017935b

Please sign in to comment.