Skip to content

Commit d04bd94

Browse files
committed
Initiate version 0.1.9.
1 parent f0e1d82 commit d04bd94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.8" pluginCode="E6he">
7+
headerPath="../../Source" version="0.1.9" 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.8"
34+
VERSION "0.1.9"
3535
PLUGIN_MANUFACTURER_CODE "Arbe"
3636
PLUGIN_CODE "E6he"
3737
PLUGIN_DESCRIPTION "Aeolus"

0 commit comments

Comments
 (0)