Skip to content

Commit 05ef0e9

Browse files
committed
Version bump 0.46.6
1 parent b3d4788 commit 05ef0e9

File tree

13 files changed

+25
-25
lines changed

13 files changed

+25
-25
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.46.5";
60-
const int versionNumber = 0x2e05;
59+
const char* const versionString = "0.46.6";
60+
const int versionNumber = 0x2e06;
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.5"
4+
splashScreenColour="Dark" projectType="audioplug" version="1.46.6"
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.5";
61-
const int versionNumber = 0x12e05;
60+
const char* const versionString = "1.46.6";
61+
const int versionNumber = 0x12e06;
6262
}
6363
#endif

tools/jucer/Element/JuceLibraryCode/JucePluginDefines.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@
7474
#define JucePlugin_EditorRequiresKeyboardFocus 0
7575
#endif
7676
#ifndef JucePlugin_Version
77-
#define JucePlugin_Version 1.46.5
77+
#define JucePlugin_Version 1.46.6
7878
#endif
7979
#ifndef JucePlugin_VersionCode
80-
#define JucePlugin_VersionCode 0x12e05
80+
#define JucePlugin_VersionCode 0x12e06
8181
#endif
8282
#ifndef JucePlugin_VersionString
83-
#define JucePlugin_VersionString "1.46.5"
83+
#define JucePlugin_VersionString "1.46.6"
8484
#endif
8585
#ifndef JucePlugin_VSTUniqueID
8686
#define JucePlugin_VSTUniqueID JucePlugin_PluginCode

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.5"
4+
splashScreenColour="Dark" projectType="audioplug" version="1.46.6"
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.5";
60-
const int versionNumber = 0x12e05;
59+
const char* const versionString = "1.46.6";
60+
const int versionNumber = 0x12e06;
6161
}
6262
#endif

tools/jucer/ElementFX/JuceLibraryCode/JucePluginDefines.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@
7474
#define JucePlugin_EditorRequiresKeyboardFocus 0
7575
#endif
7676
#ifndef JucePlugin_Version
77-
#define JucePlugin_Version 1.46.5
77+
#define JucePlugin_Version 1.46.6
7878
#endif
7979
#ifndef JucePlugin_VersionCode
80-
#define JucePlugin_VersionCode 0x12e05
80+
#define JucePlugin_VersionCode 0x12e06
8181
#endif
8282
#ifndef JucePlugin_VersionString
83-
#define JucePlugin_VersionString "1.46.5"
83+
#define JucePlugin_VersionString "1.46.6"
8484
#endif
8585
#ifndef JucePlugin_VSTUniqueID
8686
#define JucePlugin_VSTUniqueID JucePlugin_PluginCode

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.5"
4+
splashScreenColour="Dark" projectType="audioplug" version="1.46.6"
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.5";
59-
const int versionNumber = 0x12e05;
58+
const char* const versionString = "1.46.6";
59+
const int versionNumber = 0x12e06;
6060
}
6161
#endif

tools/jucer/ElementMFX/JuceLibraryCode/JucePluginDefines.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@
7474
#define JucePlugin_EditorRequiresKeyboardFocus 0
7575
#endif
7676
#ifndef JucePlugin_Version
77-
#define JucePlugin_Version 1.46.5
77+
#define JucePlugin_Version 1.46.6
7878
#endif
7979
#ifndef JucePlugin_VersionCode
80-
#define JucePlugin_VersionCode 0x12e05
80+
#define JucePlugin_VersionCode 0x12e06
8181
#endif
8282
#ifndef JucePlugin_VersionString
83-
#define JucePlugin_VersionString "1.46.5"
83+
#define JucePlugin_VersionString "1.46.6"
8484
#endif
8585
#ifndef JucePlugin_VSTUniqueID
8686
#define JucePlugin_VSTUniqueID JucePlugin_PluginCode

0 commit comments

Comments
 (0)