Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
j33433 committed Aug 10, 2017
1 parent e8404ff commit a871218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/mpowertcx.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def __init__(self, version):
class MainWindow(QMainWindow, Ui_MainWindow):
def __init__(self):
super(MainWindow, self).__init__()
self.version = "v1.1.8"
self.version = "v1.1.9"
self.settings = QSettings("j33433", "MPowerTCX")
self.include_speed_key = "include_speed"
self.power_adjust_key = "power_adjust"
Expand Down

0 comments on commit a871218

Please sign in to comment.