Skip to content

Commit 0e28229

Browse files
committed
Bump version nummer to 2.2.0
1 parent 20f0db4 commit 0e28229

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: MusicBeam/Info.plist.tmpl

+2-2
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.1.3</string>
24+
<string>2.2.0</string>
2525
<key>CFBundleVersion</key>
26-
<string>2.1.3</string>
26+
<string>2.2.0</string>
2727
<key>CFBundleSignature</key>
2828
<string>com.codingjoe.MusicBeam</string>
2929
<key>NSHumanReadableCopyright</key>

Diff for: MusicBeam/MusicBeam.pde

+1-1
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.1.3";
13+
String version = "2.2.0";
1414

1515
public Boolean debugMode = false;
1616

0 commit comments

Comments
 (0)