Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mathgeniuszach committed Dec 4, 2021
1 parent dc3e425 commit 0f3b2f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions fpcurator.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def toggle_console():
else:
windll.user32.ShowWindow(CONSOLE, 1)
CONSOLE_OPEN = True

toggle_console()

import tkinter as tk
Expand Down Expand Up @@ -214,8 +215,8 @@ def toggle_console():
# This uuid uniquely defines fpcurator. (there is a 0 on the end after the text)
UUID = '51be8a01-3307-4103-8913-c2f70e64d83'

TITLE = "fpcurator v1.5.1"
ABOUT = "Created by Zach K - v1.5.1"
TITLE = "fpcurator v1.5.2"
ABOUT = "Created by Zach K - v1.5.2"
VER = 5

SITES_FOLDER = "sites"
Expand Down

0 comments on commit 0f3b2f6

Please sign in to comment.