From 98463cf2f0c46c35d20fa7e12a7b09d285243a78 Mon Sep 17 00:00:00 2001 From: gregrecco67 <127459177+gregrecco67@users.noreply.github.com> Date: Mon, 15 Jul 2024 14:32:07 -0400 Subject: [PATCH] bump version --- CMakeLists.txt | 2 +- Source/PluginEditor.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 99da62e..38196f1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ foreach(module_name IN ITEMS gin gin_dsp gin_graphics gin_gui gin_plugin gin_sim set_property (TARGET "${module_name}" APPEND PROPERTY LABELS Gin) endforeach() -set(VersionString 1.1.3) +set(VersionString 1.1.4) # also set this in PluginEditor.cpp -> showAboutInfo() juce_add_plugin (${PROJECT_NAME} diff --git a/Source/PluginEditor.cpp b/Source/PluginEditor.cpp index 193dae4..c739c97 100644 --- a/Source/PluginEditor.cpp +++ b/Source/PluginEditor.cpp @@ -91,7 +91,7 @@ void APAudioProcessorEditor::showAboutInfo() juce::String msg; - msg += "Audible Planets v1.1.3 (" __DATE__ ")\n\n"; + msg += "Audible Planets v1.1.4 (" __DATE__ ")\n\n"; msg += "Greg Recco\n\n";