Skip to content

Commit

Permalink
Version bump 0.46.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher31 committed Jul 24, 2021
1 parent 0ce8778 commit 30cab91
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions libs/compat/JuceHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ namespace ProjectInfo
{
const char* const projectName = "Element";
const char* const companyName = "Kushview";
const char* const versionString = "0.46.2";
const int versionNumber = 0x2e02;
const char* const versionString = "0.46.3";
const int versionNumber = 0x2e03;
}
#endif
2 changes: 1 addition & 1 deletion tools/jucer/Element/Element.jucer
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<JUCERPROJECT id="jkKYpA" name="Element" displaySplashScreen="0" reportAppUsage="0"
splashScreenColour="Dark" projectType="audioplug" version="1.46.2"
splashScreenColour="Dark" projectType="audioplug" version="1.46.3"
bundleIdentifier="net.kushview.plugins.Element" includeBinaryInAppConfig="1"
cppLanguageStandard="17" companyCopyright="Copyright (c) 2017-2021 Kushview, LLC"
buildVST="1" buildVST3="1" buildAU="1" buildAUv3="0" buildRTAS="0"
Expand Down
4 changes: 2 additions & 2 deletions tools/jucer/Element/JuceLibraryCode/JuceHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ namespace ProjectInfo
{
const char* const projectName = "Element";
const char* const companyName = "Kushview";
const char* const versionString = "1.46.2";
const int versionNumber = 0x12e02;
const char* const versionString = "1.46.3";
const int versionNumber = 0x12e03;
}
#endif
2 changes: 1 addition & 1 deletion tools/jucer/ElementFX/ElementFX.jucer
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<JUCERPROJECT id="pjYkKA" name="Element FX" displaySplashScreen="0" reportAppUsage="0"
splashScreenColour="Dark" projectType="audioplug" version="1.46.2"
splashScreenColour="Dark" projectType="audioplug" version="1.46.3"
bundleIdentifier="net.kushview.plugins.ElementFX" includeBinaryInAppConfig="1"
cppLanguageStandard="17" companyCopyright="Copyright (c) 2017-2020 Kushview, LLC"
buildVST="1" buildVST3="1" buildAU="1" buildAUv3="0" buildRTAS="0"
Expand Down
4 changes: 2 additions & 2 deletions tools/jucer/ElementFX/JuceLibraryCode/JuceHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ namespace ProjectInfo
{
const char* const projectName = "Element FX";
const char* const companyName = "Kushview";
const char* const versionString = "1.46.2";
const int versionNumber = 0x12e02;
const char* const versionString = "1.46.3";
const int versionNumber = 0x12e03;
}
#endif
2 changes: 1 addition & 1 deletion tools/jucer/ElementMFX/ElementMFX.jucer
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<JUCERPROJECT id="kKApjY" name="Element MFX" displaySplashScreen="0" reportAppUsage="0"
splashScreenColour="Dark" projectType="audioplug" version="1.46.2"
splashScreenColour="Dark" projectType="audioplug" version="1.46.3"
bundleIdentifier="net.kushview.plugins.ElementMFX" includeBinaryInAppConfig="1"
cppLanguageStandard="17" companyCopyright="Copyright (c) 2017-2020 Kushview, LLC"
buildVST="0" buildVST3="0" buildAU="1" buildAUv3="0" buildRTAS="0"
Expand Down
4 changes: 2 additions & 2 deletions tools/jucer/ElementMFX/JuceLibraryCode/JuceHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ namespace ProjectInfo
{
const char* const projectName = "Element MFX";
const char* const companyName = "Kushview";
const char* const versionString = "1.46.2";
const int versionNumber = 0x12e02;
const char* const versionString = "1.46.3";
const int versionNumber = 0x12e03;
}
#endif
2 changes: 1 addition & 1 deletion tools/jucer/Standalone/Element.jucer
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<JUCERPROJECT id="UNteAW" name="Element" projectType="guiapp" version="0.46.2"
<JUCERPROJECT id="UNteAW" name="Element" projectType="guiapp" version="0.46.3"
bundleIdentifier="net.kushview.Element" includeBinaryInAppConfig="1"
companyName="Kushview" companyWebsite="https://kushview.net"
companyEmail="[email protected]" displaySplashScreen="0" reportAppUsage="0"
Expand Down
4 changes: 2 additions & 2 deletions tools/jucer/Standalone/JuceLibraryCode/JuceHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ namespace ProjectInfo
{
const char* const projectName = "Element";
const char* const companyName = "Kushview";
const char* const versionString = "0.46.2";
const int versionNumber = 0x2e02;
const char* const versionString = "0.46.3";
const int versionNumber = 0x2e03;
}
#endif
4 changes: 2 additions & 2 deletions tools/waf/element.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
# Package name
APPNAME="element"
# Version number
VERSION="0.46.2"
VERSION="0.46.3"
# plugin version is +1 that of standalone. VST2 has to start at 1.0.0
PLUGIN_VERSION="1.46.2"
PLUGIN_VERSION="1.46.3"

juce_modules = '''
jlv2_host juce_audio_basics juce_audio_devices juce_audio_formats
Expand Down

0 comments on commit 30cab91

Please sign in to comment.