Skip to content

Commit c13e77b

Browse files
committed
Bump version number to 2.1.0
1 parent ea91232 commit c13e77b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MusicBeam/Info.plist.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121

2222
<!-- Customize this set as you wish -->
2323
<key>CFBundleShortVersionString</key>
24-
<string>2.0.1</string>
24+
<string>2.1.0</string>
2525
<key>CFBundleVersion</key>
26-
<string>2.0.1</string>
26+
<string>2.1.0</string>
2727
<key>CFBundleSignature</key>
2828
<string>com.codingjoe.MusicBeam</string>
2929
<key>NSHumanReadableCopyright</key>

MusicBeam/MusicBeam.pde

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import controlP5.*;
1010
import ddf.minim.*;
1111
import ddf.minim.analysis.*;
1212

13-
String version = "2.0.1";
13+
String version = "2.1.0";
1414

1515
public Boolean debugMode = false;
1616

@@ -343,4 +343,4 @@ private boolean hasEnoughScreenDevices()
343343
if(gs.length < 2)
344344
return false;
345345
return true;
346-
}
346+
}

0 commit comments

Comments
 (0)