Skip to content

Commit 30cab91

Browse files
committed
Version bump 0.46.3
1 parent 0ce8778 commit 30cab91

10 files changed

Lines changed: 16 additions & 16 deletions

File tree

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.46.2";
60-
const int versionNumber = 0x2e02;
59+
const char* const versionString = "0.46.3";
60+
const int versionNumber = 0x2e03;
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.46.2"
4+
splashScreenColour="Dark" projectType="audioplug" version="1.46.3"
55
bundleIdentifier="net.kushview.plugins.Element" includeBinaryInAppConfig="1"
66
cppLanguageStandard="17" companyCopyright="Copyright (c) 2017-2021 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.46.2";
61-
const int versionNumber = 0x12e02;
60+
const char* const versionString = "1.46.3";
61+
const int versionNumber = 0x12e03;
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.46.2"
4+
splashScreenColour="Dark" projectType="audioplug" version="1.46.3"
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
@@ -56,7 +56,7 @@ namespace ProjectInfo
5656
{
5757
const char* const projectName = "Element FX";
5858
const char* const companyName = "Kushview";
59-
const char* const versionString = "1.46.2";
60-
const int versionNumber = 0x12e02;
59+
const char* const versionString = "1.46.3";
60+
const int versionNumber = 0x12e03;
6161
}
6262
#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.46.2"
4+
splashScreenColour="Dark" projectType="audioplug" version="1.46.3"
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.46.2";
59-
const int versionNumber = 0x12e02;
58+
const char* const versionString = "1.46.3";
59+
const int versionNumber = 0x12e03;
6060
}
6161
#endif

tools/jucer/Standalone/Element.jucer

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

3-
<JUCERPROJECT id="UNteAW" name="Element" projectType="guiapp" version="0.46.2"
3+
<JUCERPROJECT id="UNteAW" name="Element" projectType="guiapp" version="0.46.3"
44
bundleIdentifier="net.kushview.Element" includeBinaryInAppConfig="1"
55
companyName="Kushview" companyWebsite="https://kushview.net"
66
companyEmail="suport@kushview.net" displaySplashScreen="0" reportAppUsage="0"

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.46.2";
60-
const int versionNumber = 0x2e02;
59+
const char* const versionString = "0.46.3";
60+
const int versionNumber = 0x2e03;
6161
}
6262
#endif

tools/waf/element.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
# Package name
99
APPNAME="element"
1010
# Version number
11-
VERSION="0.46.2"
11+
VERSION="0.46.3"
1212
# plugin version is +1 that of standalone. VST2 has to start at 1.0.0
13-
PLUGIN_VERSION="1.46.2"
13+
PLUGIN_VERSION="1.46.3"
1414

1515
juce_modules = '''
1616
jlv2_host juce_audio_basics juce_audio_devices juce_audio_formats

0 commit comments

Comments
 (0)