Skip to content

Commit

Permalink
Beta 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VincyZed committed Dec 26, 2024
1 parent 8d6ce0a commit b33e33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/MainComponent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ void MainComponent::showContextMenu() {
menu.showMenuAsync(PopupMenu::Options(), [this](int result) {
if (result == 2) {
AlertWindow::showMessageBoxAsync(AlertWindow::NoIcon, "SideQick",
"Ensoniq SQ-80/ESQ-1 Expansion Software\nVersion 0.43\n\nCopyright Vincent Zauhar, 2024\nReleased under the "
"Ensoniq SQ-80/ESQ-1 Expansion Software\nVersion Beta 1.0\n\nCopyright Vincent Zauhar, 2024\nReleased under the "
"GNU GPL v3 license\n\nhttps://github.com/VincyZed/SideQick");
} else if (result == 3)
JUCEApplication::getInstance()->systemRequestedQuit();
Expand Down

0 comments on commit b33e33a

Please sign in to comment.