Skip to content

Commit

Permalink
Bump version and fix build bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jhm-ciberman committed Nov 7, 2022
1 parent b80ec45 commit 1c01db8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"include_files": [
"res/",
"LICENSE.txt",
"LICENCE.txt",
],
"bin_includes": [
# Required for dlib:
Expand Down
2 changes: 1 addition & 1 deletion src/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os


app_version = "1.2.0" # Any semver is fine
app_version = "1.2.1" # Any semver is fine
app_name = "Phantom Desktop"
app_description = "Phantom Desktop" # This is shown in the task manager so it should be short
app_repo_url = "https://github.com/jhm-ciberman/phantom-desktop"
Expand Down

0 comments on commit 1c01db8

Please sign in to comment.