Skip to content

Commit 10956d9

Browse files
committed
Increment version, fix typo.
1 parent dde796a commit 10956d9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Aeolus.jucer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
addUsingNamespaceToJuceHeader="0" jucerFormatVersion="1" pluginCharacteristicsValue="pluginIsSynth,pluginWantsMidiIn"
55
pluginManufacturerCode="Arbe" cppLanguageStandard="latest" pluginManufacturer="Arthur Benilov"
66
companyName="Arthur Benilov" companyEmail="[email protected]"
7-
headerPath="../../Source" version="0.1.10" pluginCode="E6he">
7+
headerPath="../../Source" version="0.1.11" pluginCode="E6he">
88
<MAINGROUP id="EZY9mB" name="Aeolus">
99
<GROUP id="{F5BD30ED-E053-46A6-92B3-3C91BCF2F283}" name="Source">
1010
<GROUP id="{23278877-F57C-DD4B-1CA0-6C0998101C82}" name="aeolus">

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ set(plugin_formats
3131
)
3232

3333
juce_add_plugin(${PROJECT_NAME}
34-
VERSION "0.1.10"
34+
VERSION "0.1.11"
3535
PLUGIN_MANUFACTURER_CODE "Arbe"
3636
PLUGIN_CODE "E6he"
3737
PLUGIN_DESCRIPTION "Aeolus"

Source/PluginEditor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ AeolusAudioProcessorEditor::AeolusAudioProcessorEditor (AeolusAudioProcessor& p)
4949
, _volumeLevelR{p.getEngine().getVolumeLevel().right, ui::LevelIndicator::Orientation::Horizontal}
5050
, _panicButton{"PANIC"}
5151
, _cancelButton{"Cancel"}
52-
, _midiControlChannelLabel{{}, {"Conrol channel"}}
52+
, _midiControlChannelLabel{{}, {"Control channel"}}
5353
, _midiControlChannelComboBox{}
5454
{
5555
setLookAndFeel(&ui::CustomLookAndFeel::getInstance());

0 commit comments

Comments
 (0)