File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import controlP5.*;
1010import ddf.minim.* ;
1111import ddf.minim.analysis.* ;
1212
13- String version = " 2.0.1 " ;
13+ String version = " 2.1.0 " ;
1414
1515public Boolean debugMode = false ;
1616
@@ -343,4 +343,4 @@ private boolean hasEnoughScreenDevices()
343343 if (gs. length < 2 )
344344 return false ;
345345 return true ;
346- }
346+ }
You can’t perform that action at this time.
0 commit comments