Skip to content

Commit

Permalink
updated version text
Browse files Browse the repository at this point in the history
  • Loading branch information
reillypascal committed Jun 16, 2024
1 parent ea178bd commit e75c4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/PluginEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ void RSBrokenMediaAudioProcessorEditor::paint (juce::Graphics& g)
g.drawFittedText ("RS Broken Media", 25, 10, 350, 45, juce::Justification::left, 1);
// info
g.setFont (16.0f);
g.drawFittedText ("Version 0.3.0\n reillyspitzfaden.com", getWidth() - 375, 15, 350, 45, juce::Justification::right, 2);
g.drawFittedText ("Version 0.3.1\n reillyspitzfaden.com", getWidth() - 375, 15, 350, 45, juce::Justification::right, 2);

// panels
// tried 93,107,128 (outlive max patch)
Expand Down

0 comments on commit e75c4b7

Please sign in to comment.