Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
reillypascal committed Jun 17, 2023
1 parent af63eb6 commit 24cd115
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RSBrokenMedia.jucer
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<JUCERPROJECT id="ANtIEB" name="RSBrokenMedia" projectType="audioplug" useAppConfig="0"
addUsingNamespaceToJuceHeader="0" displaySplashScreen="1" jucerFormatVersion="1"
version="0.1.0" companyWebsite="reillyspitzfaden.netlify.app"
version="0.1.1" companyWebsite="reillyspitzfaden.netlify.app"
bundleIdentifier="com.reillyspitzfaden.RSBrokenMedia" pluginFormats="buildAU,buildVST3"
pluginManufacturer="Reilly Spitzfaden " pluginManufacturerCode="Rspi"
pluginCode="Rsbm" aaxIdentifier="com.reillyspitzfaden.RSBrokenMedia"
Expand Down
2 changes: 1 addition & 1 deletion Source/PluginEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ void RSBrokenMediaAudioProcessorEditor::paint (juce::Graphics& g)
g.drawFittedText ("RS Broken Media", 25, 10, 350, 45, juce::Justification::left, 1);
// info
g.setFont (juce::Font("Verdana", 16.0f, juce::Font::plain));
g.drawFittedText ("Version 0.1.0\n reillyspitzfaden.netlify.app", getWidth() - 375, 15, 350, 45, juce::Justification::right, 2);
g.drawFittedText ("Version 0.1.1\n reillyspitzfaden.netlify.app", getWidth() - 375, 15, 350, 45, juce::Justification::right, 2);

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

0 comments on commit 24cd115

Please sign in to comment.