Skip to content

Commit

Permalink
version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kbkozlev committed Oct 19, 2023
1 parent ac0b923 commit 0b66411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ if __name__ == '__main__':
if sys.platform.startswith('win'):
multiprocess.freeze_support()

RELEASE = '1.0.2'
RELEASE = '2.0.0'
WINDOW_TITLE = "X-Sleep"
FONT_FAMILY = "Arial"
HOURS = list(range(0, 24))
Expand Down

0 comments on commit 0b66411

Please sign in to comment.