Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgromes authored Jan 1, 2017
1 parent 2928dc6 commit 74d316f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions processing/ardupodRemote/guiElements.pde
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Textfield inputField;
Button scanButton, measureButton, connectButton, disconnectButton, moveW, moveA, moveS, moveD;
Slider angleSlider;
ScrollableList portsList;
String version = "0.0.0-alpha-1";
String version = "1.0";

public void guiSetup() {
cp5 = new ControlP5(this);
Expand Down Expand Up @@ -265,4 +265,4 @@ void drawScan(int i) {
for(int j=0; j<i; j++) {
drawScanLine(scanResults[j], j);
}
}
}

0 comments on commit 74d316f

Please sign in to comment.