Skip to content

Commit

Permalink
version 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
BarsikBarbosik authored and BarsikBarbosik committed Dec 20, 2024
1 parent 15def06 commit 7deb98a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
# Nuitka compiler options:
# nuitka-project: --output-filename=ToneMutant
# nuitka-project: --product-name=ToneMutant
# nuitka-project: --product-version=1.1.6
# nuitka-project: --file-version=1.1.6
# nuitka-project: --product-version=1.1.7
# nuitka-project: --file-version=1.1.7
# nuitka-project: --file-description="Tone editor for Casio keyboards"
# nuitka-project: --company-name="Barsik-Barbosik"
# nuitka-project: --standalone
Expand Down
2 changes: 1 addition & 1 deletion ui/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
class MainWindow(QMainWindow):
def __init__(self, parent=None):
super().__init__(parent)
self.setWindowTitle("Tone Mutant 1.1.6")
self.setWindowTitle("Tone Mutant 1.1.7")
self.setWindowIcon(QIcon(resource_path("resources/note.png")))

self.status_bar = QStatusBar(self)
Expand Down

0 comments on commit 7deb98a

Please # to comment.