From dc5ece4be0a755735c31d4d15c41cde10e0f2d90 Mon Sep 17 00:00:00 2001 From: Vincent Zauhar <50145178+VincyZed@users.noreply.github.com> Date: Wed, 1 Jan 2025 21:04:55 -0500 Subject: [PATCH] Beta 1.1 --- Source/MainComponent.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/MainComponent.cpp b/Source/MainComponent.cpp index bf1f552..9d8ddb0 100644 --- a/Source/MainComponent.cpp +++ b/Source/MainComponent.cpp @@ -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 Beta 1.0\n\nCopyright Vincent Zauhar, 2024\nReleased under the " + "Ensoniq SQ-80/ESQ-1 Expansion Software\nVersion Beta 1.1\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(); @@ -471,4 +471,4 @@ void MainComponent::displayControlOnChange(const std::function DeviceResponse status = onChangeFunc(); MessageManager::callAsync([this, status] { updateStatus(status); }); }); -} \ No newline at end of file +}