Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
betterengineering committed Apr 24, 2015
1 parent e348dcc commit cba6d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roastero/modules/gui/AboutWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def create_ui(self):
self.licenseTextBox.setReadOnly(True)

# Version
self.versionLabel = QLabel("Version - 0.1.1")
self.versionLabel = QLabel("Version - 0.1.2")
self.versionLabel.setObjectName("versionLabel")
self.versionLabel.setAlignment(Qt.AlignCenter)

Expand Down

0 comments on commit cba6d99

Please sign in to comment.