Skip to content

Commit

Permalink
v1.0.0.3 beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryuhoo committed Aug 3, 2022
1 parent b6ff664 commit 9b7866f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Fire.jucer
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<JUCERPROJECT id="NykRD7" name="Fire" projectType="audioplug" pluginManufacturer="Wings"
aaxIdentifier="com.WingsDSP.Fire" bundleIdentifier="com.WingsDSP.Fire"
version="1.0.0" displaySplashScreen="1" pluginFormats="buildAU,buildVST3"
version="1.0.0.3" displaySplashScreen="1" pluginFormats="buildAU,buildVST3"
jucerFormatVersion="1" pluginAUMainType="'aufx'" pluginVST3Category="Distortion"
addUsingNamespaceToJuceHeader="0" cppLanguageStandard="17" defines="JUCE_MODAL_LOOPS_PERMITTED=1">
<MAINGROUP id="X9e8F0" name="Fire">
Expand Down
4 changes: 2 additions & 2 deletions JuceLibraryCode/JuceHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ namespace ProjectInfo
{
const char* const projectName = "Fire";
const char* const companyName = "";
const char* const versionString = "1.0.0";
const int versionNumber = 0x10000;
const char* const versionString = "1.0.0.3";
const int versionNumber = 0x1000003;
}
#endif
6 changes: 3 additions & 3 deletions JuceLibraryCode/JucePluginDefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@
#define JucePlugin_EditorRequiresKeyboardFocus 0
#endif
#ifndef JucePlugin_Version
#define JucePlugin_Version 1.0.0
#define JucePlugin_Version 1.0.0.3
#endif
#ifndef JucePlugin_VersionCode
#define JucePlugin_VersionCode 0x10000
#define JucePlugin_VersionCode 0x1000003
#endif
#ifndef JucePlugin_VersionString
#define JucePlugin_VersionString "1.0.0"
#define JucePlugin_VersionString "1.0.0.3"
#endif
#ifndef JucePlugin_VSTUniqueID
#define JucePlugin_VSTUniqueID JucePlugin_PluginCode
Expand Down

0 comments on commit 9b7866f

Please sign in to comment.