Skip to content

Commit

Permalink
<feature> update version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymousException committed Jan 22, 2024
1 parent 4acbacd commit d6a04c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def retranslateUi(self, MainWindow):
self.extractBtn.setText(QCoreApplication.translate("MainWindow", u"extract", None))
self.label_8.setText(QCoreApplication.translate("MainWindow", u"tl name", None))
self.tlNameText.setPlaceholderText(QCoreApplication.translate("MainWindow", u"only needs in file(s) mode,if you input the directory , just fill nothing. input the directory name under game\\tl Example: japanese or chinese or german", None))
self.versionLabel.setText(QCoreApplication.translate("MainWindow", u"Version 1.0.0", None))
self.versionLabel.setText(QCoreApplication.translate("MainWindow", u"Version 1.1.0", None))
self.copyrightLabel.setText(QCoreApplication.translate("MainWindow", u"\u00a92024 Last moment,All rights reserved.", None))
self.aboutMenu.setTitle(QCoreApplication.translate("MainWindow", u"about", None))
# retranslateUi
Expand Down
2 changes: 1 addition & 1 deletion src/ui.ui
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@
</rect>
</property>
<property name="text">
<string>Version 1.0.0</string>
<string>Version 1.1.0</string>
</property>
</widget>
<widget class="QLabel" name="copyrightLabel">
Expand Down

0 comments on commit d6a04c1

Please sign in to comment.