diff --git a/default.ini b/default.ini index 1a20479..cdbdec6 100644 --- a/default.ini +++ b/default.ini @@ -8,6 +8,6 @@ defaultmonitor = get_primary_monitor() # Used for diagnostic purposes. Please do not change. [Info] -version = 1.3.1 +version = 1.3.2 author = Sawyer McLane -builddate = 5/26/2018 \ No newline at end of file +builddate = 5/28/2018 \ No newline at end of file diff --git a/settings.py b/settings.py index 89305fa..e817df9 100644 --- a/settings.py +++ b/settings.py @@ -14,9 +14,9 @@ from utils import resource_path from keypress import Keystroke_Watcher -VERSION = '1.3.1' +VERSION = '1.3.2' AUTHOR = 'Sawyer McLane' -BUILD_DATE = '5/26/2018' +BUILD_DATE = '5/28/2018' config = configparser.ConfigParser() if not os.path.isfile("config.ini"):