diff --git a/ninfs.nix b/ninfs.nix index 128b765..d77f9f7 100644 --- a/ninfs.nix +++ b/ninfs.nix @@ -2,7 +2,7 @@ buildPythonApplication rec { pname = "ninfs"; - version = "2.0a11"; + version = "2.0"; srcs = builtins.path { path = ./.; name = "ninfs"; }; diff --git a/ninfs/__init__.py b/ninfs/__init__.py index da52540..a172726 100644 --- a/ninfs/__init__.py +++ b/ninfs/__init__.py @@ -7,4 +7,4 @@ __author__ = 'ihaveamac' __copyright__ = 'Copyright (c) 2017-2021 Ian Burgwin' __license__ = 'MIT' -__version__ = '2.0a11' +__version__ = '2.0' diff --git a/standalone.spec b/standalone.spec index 14c682c..530c6c1 100644 --- a/standalone.spec +++ b/standalone.spec @@ -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', } )