Skip to content

Commit

Permalink
Releasing bug fixes before starting next project.
Browse files Browse the repository at this point in the history
  • Loading branch information
samclane committed May 28, 2018
1 parent f4018aa commit 56ac624
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions default.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
builddate = 5/28/2018
4 changes: 2 additions & 2 deletions settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"):
Expand Down

0 comments on commit 56ac624

Please sign in to comment.