Skip to content

Commit d3f2ee9

Browse files
committed
version bump 0.45.1
1 parent 7c69eff commit d3f2ee9

File tree

10 files changed

+16
-16
lines changed

10 files changed

+16
-16
lines changed

libs/compat/JuceHeader.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ namespace ProjectInfo
5656
{
5757
const char* const projectName = "Element";
5858
const char* const companyName = "Kushview";
59-
const char* const versionString = "0.45.0";
60-
const int versionNumber = 0x2d00;
59+
const char* const versionString = "0.45.1";
60+
const int versionNumber = 0x2d01;
6161
}
6262
#endif

tools/jucer/Element/Element.jucer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<JUCERPROJECT id="jkKYpA" name="Element" displaySplashScreen="0" reportAppUsage="0"
4-
splashScreenColour="Dark" projectType="audioplug" version="1.45.0"
4+
splashScreenColour="Dark" projectType="audioplug" version="1.45.1"
55
bundleIdentifier="net.kushview.plugins.Element" includeBinaryInAppConfig="1"
66
cppLanguageStandard="17" companyCopyright="Copyright (c) 2017-2020 Kushview, LLC"
77
buildVST="1" buildVST3="1" buildAU="1" buildAUv3="0" buildRTAS="0"

tools/jucer/Element/JuceLibraryCode/JuceHeader.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ namespace ProjectInfo
5757
{
5858
const char* const projectName = "Element";
5959
const char* const companyName = "Kushview";
60-
const char* const versionString = "1.45.0";
61-
const int versionNumber = 0x12d00;
60+
const char* const versionString = "1.45.1";
61+
const int versionNumber = 0x12d01;
6262
}
6363
#endif

tools/jucer/ElementFX/ElementFX.jucer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<JUCERPROJECT id="pjYkKA" name="Element FX" displaySplashScreen="0" reportAppUsage="0"
4-
splashScreenColour="Dark" projectType="audioplug" version="1.45.0"
4+
splashScreenColour="Dark" projectType="audioplug" version="1.45.1"
55
bundleIdentifier="net.kushview.plugins.ElementFX" includeBinaryInAppConfig="1"
66
cppLanguageStandard="17" companyCopyright="Copyright (c) 2017-2020 Kushview, LLC"
77
buildVST="1" buildVST3="1" buildAU="1" buildAUv3="0" buildRTAS="0"

tools/jucer/ElementFX/JuceLibraryCode/JuceHeader.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ namespace ProjectInfo
5555
{
5656
const char* const projectName = "Element FX";
5757
const char* const companyName = "Kushview";
58-
const char* const versionString = "1.45.0";
59-
const int versionNumber = 0x12d00;
58+
const char* const versionString = "1.45.1";
59+
const int versionNumber = 0x12d01;
6060
}
6161
#endif

tools/jucer/ElementMFX/ElementMFX.jucer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<JUCERPROJECT id="kKApjY" name="Element MFX" displaySplashScreen="0" reportAppUsage="0"
4-
splashScreenColour="Dark" projectType="audioplug" version="1.45.0"
4+
splashScreenColour="Dark" projectType="audioplug" version="1.45.1"
55
bundleIdentifier="net.kushview.plugins.ElementMFX" includeBinaryInAppConfig="1"
66
cppLanguageStandard="17" companyCopyright="Copyright (c) 2017-2020 Kushview, LLC"
77
buildVST="0" buildVST3="0" buildAU="1" buildAUv3="0" buildRTAS="0"

tools/jucer/ElementMFX/JuceLibraryCode/JuceHeader.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ namespace ProjectInfo
5555
{
5656
const char* const projectName = "Element MFX";
5757
const char* const companyName = "Kushview";
58-
const char* const versionString = "1.45.0";
59-
const int versionNumber = 0x12d00;
58+
const char* const versionString = "1.45.1";
59+
const int versionNumber = 0x12d01;
6060
}
6161
#endif

tools/jucer/Standalone/Element.jucer

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<JUCERPROJECT id="UNteAW" name="Element" projectType="guiapp" version="0.45.0"
3+
<JUCERPROJECT id="UNteAW" name="Element" projectType="guiapp" version="0.45.1"
44
bundleIdentifier="net.kushview.Element" includeBinaryInAppConfig="1"
55
companyName="Kushview" companyWebsite="https://kushview.net"
66
companyEmail="[email protected]" displaySplashScreen="0" reportAppUsage="0"
77
splashScreenColour="Dark" cppLanguageStandard="17" companyCopyright="Copyright (c) 2014-2020 Kushview, LLC"
8-
defines="EL_RUNNING_AS_PLUGIN=0&#10;EL_VERSION_STRING=&quot;0.45.0&quot;&#10;EL_USE_LUA=1&#10;"
8+
defines="EL_RUNNING_AS_PLUGIN=0&#10;EL_VERSION_STRING=&quot;0.45.1&quot;&#10;EL_USE_LUA=1&#10;"
99
userNotes="The main project. If you change this jucer file, don't forget to update the Element and ElementFX plugin projects too.&#10;"
1010
headerPath="../../../../../src&#10;../../../../../libs/lua/src&#10;../../../../../libs/lua&#10;../../../../../libs/lua-kv/src&#10;../../../../../build/include"
1111
jucerFormatVersion="1">

tools/jucer/Standalone/JuceLibraryCode/JuceHeader.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ namespace ProjectInfo
5656
{
5757
const char* const projectName = "Element";
5858
const char* const companyName = "Kushview";
59-
const char* const versionString = "0.45.0";
60-
const int versionNumber = 0x2d00;
59+
const char* const versionString = "0.45.1";
60+
const int versionNumber = 0x2d01;
6161
}
6262
#endif

wscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sys.path.append (os.getcwd() + "/tools/waf")
77
import cross, element, juce
88

99
APPNAME='element'
10-
VERSION='0.45.0'
10+
VERSION='0.45.1'
1111

1212
VST3_PATH='libs/JUCE/modules/juce_audio_processors/format_types/VST3_SDK'
1313

0 commit comments

Comments
 (0)