Skip to content

Commit 40ad97a

Browse files
v0.7.1
1 parent fafb424 commit 40ad97a

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Builds/MacOSX/Info-App.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
<key>CFBundleSignature</key>
1919
<string>????</string>
2020
<key>CFBundleShortVersionString</key>
21-
<string>0.7.0</string>
21+
<string>0.7.1</string>
2222
<key>CFBundleVersion</key>
23-
<string>0.7.0</string>
23+
<string>0.7.1</string>
2424
<key>NSHumanReadableCopyright</key>
2525
<string></string>
2626
<key>NSHighResolutionCapable</key>

Builds/MacOSX/MelodyEstimator.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@
153153
"_DEBUG=1",
154154
"DEBUG=1",
155155
"JUCER_XCODE_MAC_F6D2F4CF=1",
156-
"JUCE_APP_VERSION=0.7.0",
157-
"JUCE_APP_VERSION_HEX=0x700",
156+
"JUCE_APP_VERSION=0.7.1",
157+
"JUCE_APP_VERSION_HEX=0x701",
158158
"JucePlugin_Build_VST=0",
159159
"JucePlugin_Build_VST3=0",
160160
"JucePlugin_Build_AU=0",
@@ -186,8 +186,8 @@
186186
"_NDEBUG=1",
187187
"NDEBUG=1",
188188
"JUCER_XCODE_MAC_F6D2F4CF=1",
189-
"JUCE_APP_VERSION=0.7.0",
190-
"JUCE_APP_VERSION_HEX=0x700",
189+
"JUCE_APP_VERSION=0.7.1",
190+
"JUCE_APP_VERSION_HEX=0x701",
191191
"JucePlugin_Build_VST=0",
192192
"JucePlugin_Build_VST3=0",
193193
"JucePlugin_Build_AU=0",

JuceLibraryCode/JuceHeader.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
namespace ProjectInfo
4141
{
4242
const char* const projectName = "MelodyEstimator";
43-
const char* const versionString = "0.7.0";
44-
const int versionNumber = 0x700;
43+
const char* const versionString = "0.7.1";
44+
const int versionNumber = 0x701;
4545
}
4646
#endif

MelodyEstimator.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="B5zO5T" name="MelodyEstimator" displaySplashScreen="0" reportAppUsage="0"
4-
splashScreenColour="Dark" projectType="guiapp" version="0.7.0"
4+
splashScreenColour="Dark" projectType="guiapp" version="0.7.1"
55
bundleIdentifier="net.tkrworks.MelodyEstimator" includeBinaryInAppConfig="1"
66
cppLanguageStandard="14" jucerVersion="5.2.0" companyCopyright="">
77
<MAINGROUP id="vzmZaj" name="MelodyEstimator">

0 commit comments

Comments
 (0)