Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrecco67 committed Jul 15, 2024
1 parent cc45dd2 commit 98463cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion Source/PluginEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 98463cf

Please sign in to comment.