Skip to content

Commit

Permalink
change to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dedekind125 committed May 20, 2019
1 parent 02f0c32 commit b1fa071
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# ChangeLog
## Version 0.2.1
### Fixes
* macOS Notifications
* SSL bug with some versions of macOS
* A minor bug while scanning multiple pgn

## Version 0.2.0
### Added
* Notifications
Expand Down
2 changes: 1 addition & 1 deletion ChessClaimView.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ def set_GUI(self):
# Create the information labels
appname = QLabel("Chess Claim Tool")
appname.setObjectName("appname")
version = QLabel("Version 0.2.0")
version = QLabel("Version 0.2.1")
version.setObjectName("version")
copyright = QLabel("Serntedakis Athanasios 2019 © All Rights Reserved")
copyright.setObjectName("copyright")
Expand Down
2 changes: 1 addition & 1 deletion build/mac.spec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ app = BUNDLE(exe,
'NSAppleScriptEnabled': False,
'CFBundleIdentifier': 'com.brainfriz.chess-claim-tool',
'CFBundleInfoDictionaryVersion':'0.2',
'CFBundleShortVersionString':'0.2.0',
'CFBundleShortVersionString':'0.2.1',
'NSHumanReadableCopyright':'© 2019 Serntedakis Athanasios',
'CFBundleDocumentTypes': [
{
Expand Down

0 comments on commit b1fa071

Please sign in to comment.