Skip to content

Commit f274fc9

Browse files
committed
updated version text
1 parent f6e535d commit f274fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/PluginEditor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ void RSAlgorithmicVerbAudioProcessorEditor::paint (juce::Graphics& g)
176176
g.drawFittedText ("RS Algorithmic Verb", 25, 10, 350, 45, juce::Justification::left, 1);
177177
// Info
178178
g.setFont(16.0f);
179-
g.drawFittedText("Version 0.5.1\n reillyspitzfaden.com", getWidth() - 375, 15, 350, 45, juce::Justification::right, 2);
179+
g.drawFittedText("Version 0.5.2\n reillyspitzfaden.com", getWidth() - 375, 15, 350, 45, juce::Justification::right, 2);
180180

181181
// panels
182182
// g.setColour(juce::Colour::fromRGB(68, 81, 96));

0 commit comments

Comments
 (0)