Skip to content

Commit

Permalink
version 2.8.3: Set minimum required macOS version to 10.15.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Willner committed Dec 20, 2021
1 parent 5b28d1c commit 448b2d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -22,7 +22,7 @@ def package_files(directory):
AUTHOR_MAIL = "alex@willner.ws"
DESCRIPTON = "A simple read-only Kanban App for Things 3"
URL = "https://kanbanview.app"
VERSION = "2.8.0"
VERSION = "2.8.3"
DATA_FILES = package_files("resources")
OPTIONS = {
"argv_emulation": False,
Expand All @@ -34,7 +34,7 @@ def package_files(directory):
"CFBundleIdentifier": "ws.willner.kanbanview",
"CFBundleVersion": VERSION,
"LSApplicationCategoryType": "public.app-category.productivity",
"LSMinimumSystemVersion": "10.13.0",
"LSMinimumSystemVersion": "10.15.0",
"NSHumanReadableCopyright": "Copyright 2021 " + AUTHOR,
},
"optimize": "2",
Expand Down
2 changes: 1 addition & 1 deletion things3/__init__.py
Expand Up @@ -5,7 +5,7 @@
__copyright__ = "2021 Alexander Willner"
__credits__ = ["Alexander Willner"]
__license__ = "Apache License 2.0"
__version__ = "2.8.0"
__version__ = "2.8.3"
__maintainer__ = "Alexander Willner"
__email__ = "alex@willner.ws"
__status__ = "Development"

0 comments on commit 448b2d7

Please sign in to comment.