Skip to content

Commit

Permalink
version bump 0.45.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher31 committed Oct 22, 2020
1 parent 7c69eff commit d3f2ee9
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
Expand Up @@ -56,7 +56,7 @@ namespace ProjectInfo
{
const char* const projectName = "Element";
const char* const companyName = "Kushview";
const char* const versionString = "0.45.0";
const int versionNumber = 0x2d00;
const char* const versionString = "0.45.1";
const int versionNumber = 0x2d01;
}
#endif
2 changes: 1 addition & 1 deletion tools/jucer/Element/Element.jucer
@@ -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.45.0"
splashScreenColour="Dark" projectType="audioplug" version="1.45.1"
bundleIdentifier="net.kushview.plugins.Element" 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/Element/JuceLibraryCode/JuceHeader.h
Expand Up @@ -57,7 +57,7 @@ namespace ProjectInfo
{
const char* const projectName = "Element";
const char* const companyName = "Kushview";
const char* const versionString = "1.45.0";
const int versionNumber = 0x12d00;
const char* const versionString = "1.45.1";
const int versionNumber = 0x12d01;
}
#endif
2 changes: 1 addition & 1 deletion tools/jucer/ElementFX/ElementFX.jucer
@@ -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.45.0"
splashScreenColour="Dark" projectType="audioplug" version="1.45.1"
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
Expand Up @@ -55,7 +55,7 @@ namespace ProjectInfo
{
const char* const projectName = "Element FX";
const char* const companyName = "Kushview";
const char* const versionString = "1.45.0";
const int versionNumber = 0x12d00;
const char* const versionString = "1.45.1";
const int versionNumber = 0x12d01;
}
#endif
2 changes: 1 addition & 1 deletion tools/jucer/ElementMFX/ElementMFX.jucer
@@ -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.45.0"
splashScreenColour="Dark" projectType="audioplug" version="1.45.1"
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
Expand Up @@ -55,7 +55,7 @@ namespace ProjectInfo
{
const char* const projectName = "Element MFX";
const char* const companyName = "Kushview";
const char* const versionString = "1.45.0";
const int versionNumber = 0x12d00;
const char* const versionString = "1.45.1";
const int versionNumber = 0x12d01;
}
#endif
4 changes: 2 additions & 2 deletions tools/jucer/Standalone/Element.jucer
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>

<JUCERPROJECT id="UNteAW" name="Element" projectType="guiapp" version="0.45.0"
<JUCERPROJECT id="UNteAW" name="Element" projectType="guiapp" version="0.45.1"
bundleIdentifier="net.kushview.Element" includeBinaryInAppConfig="1"
companyName="Kushview" companyWebsite="https://kushview.net"
companyEmail="suport@kushview.net" displaySplashScreen="0" reportAppUsage="0"
splashScreenColour="Dark" cppLanguageStandard="17" companyCopyright="Copyright (c) 2014-2020 Kushview, LLC"
defines="EL_RUNNING_AS_PLUGIN=0&#10;EL_VERSION_STRING=&quot;0.45.0&quot;&#10;EL_USE_LUA=1&#10;"
defines="EL_RUNNING_AS_PLUGIN=0&#10;EL_VERSION_STRING=&quot;0.45.1&quot;&#10;EL_USE_LUA=1&#10;"
userNotes="The main project. If you change this jucer file, don't forget to update the Element and ElementFX plugin projects too.&#10;"
headerPath="../../../../../src&#10;../../../../../libs/lua/src&#10;../../../../../libs/lua&#10;../../../../../libs/lua-kv/src&#10;../../../../../build/include"
jucerFormatVersion="1">
Expand Down
4 changes: 2 additions & 2 deletions tools/jucer/Standalone/JuceLibraryCode/JuceHeader.h
Expand Up @@ -56,7 +56,7 @@ namespace ProjectInfo
{
const char* const projectName = "Element";
const char* const companyName = "Kushview";
const char* const versionString = "0.45.0";
const int versionNumber = 0x2d00;
const char* const versionString = "0.45.1";
const int versionNumber = 0x2d01;
}
#endif
2 changes: 1 addition & 1 deletion wscript
Expand Up @@ -7,7 +7,7 @@ sys.path.append (os.getcwd() + "/tools/waf")
import cross, element, juce

APPNAME='element'
VERSION='0.45.0'
VERSION='0.45.1'

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

Expand Down

0 comments on commit d3f2ee9

Please sign in to comment.