Skip to content

Commit

Permalink
Updated version number for new bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
pyTranscriber committed Jan 29, 2020
1 parent d615e4c commit 4c8a185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pytranscriber/gui/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def setupUi(self, window):

def retranslateUi(self, window):
_translate = QtCore.QCoreApplication.translate
window.setWindowTitle(_translate("window", "pyTranscriber - v1.3 - 18/10/2019"))
window.setWindowTitle(_translate("window", "pyTranscriber - v1.4 - 29/01/2020"))
self.bSelectMedia.setText(_translate("window", "Select file(s)"))
self.bConvert.setText(_translate("window", "Transcribe Audio / Generate Subtitles"))
self.bOpenOutputFolder.setText(_translate("window", "Open Output Folder"))
Expand Down
2 changes: 1 addition & 1 deletion pytranscriber/gui/gui.ui
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>pyTranscriber - v1.3 - 18/10/2019</string>
<string>pyTranscriber - v1.4 - 29/01/2020</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QPushButton" name="bSelectMedia">
Expand Down

0 comments on commit 4c8a185

Please sign in to comment.