Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
devinaconley committed Feb 16, 2017
1 parent e1a8766 commit 817bcd8
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion listener/Graph.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
-------------------------------------------------------------------------------------------
Arduino Plotter Listener
v2.1.0
v2.2.0
https://github.com/devinaconley/arduino-plotter
by Devin Conley
===========================================================================================
Expand Down
2 changes: 1 addition & 1 deletion listener/listener.pde
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
-------------------------------------------------------------------------------------------
Arduino Plotter Listener
v2.1.0
v2.2.0
https://github.com/devinaconley/arduino-plotter
by Devin Conley
===========================================================================================
Expand Down
2 changes: 1 addition & 1 deletion plotter/Plotter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
-------------------------------------------------------------------------------------------
Plotter
v2.1.0
v2.2.0
https://github.com/devinaconley/arduino-plotter
by Devin Conley
===========================================================================================
Expand Down
2 changes: 1 addition & 1 deletion plotter/Plotter.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
-------------------------------------------------------------------------------------------
Plotter
v2.1.0
v2.2.0
https://github.com/devinaconley/arduino-plotter
by Devin Conley
===========================================================================================
Expand Down
2 changes: 1 addition & 1 deletion plotter/examples/different_types/different_types.ino
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Example to demonstrate effect of plotting different variable types
-------------------------------------------------------------------------------------------
Plotter
v2.1.0
v2.2.0
https://github.com/devinaconley/arduino-plotter
by Devin Conley
===========================================================================================
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Example to demonstrate dynamic addition and removal of graphs
-------------------------------------------------------------------------------------------
Plotter
v2.1.0
v2.2.0
https://github.com/devinaconley/arduino-plotter
by Devin Conley
===========================================================================================
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Example to demonstrate multi-variable plotting against time
-------------------------------------------------------------------------------------------
Plotter
v2.1.0
v2.2.0
https://github.com/devinaconley/arduino-plotter
by Devin Conley
===========================================================================================
Expand Down
2 changes: 1 addition & 1 deletion plotter/examples/quick_start/quick_start.ino
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Example used in Quick-Start
-------------------------------------------------------------------------------------------
Plotter
v2.1.0
v2.2.0
https://github.com/devinaconley/arduino-plotter
by Devin Conley
===========================================================================================
Expand Down
2 changes: 1 addition & 1 deletion plotter/examples/set_colors/set_colors.ino
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Example to demonstrate configuring specific colors for each variable
-------------------------------------------------------------------------------------------
Plotter
v2.1.0
v2.2.0
https://github.com/deviaconley/arduino-plotter
by Devin Conley
===========================================================================================
Expand Down
2 changes: 1 addition & 1 deletion plotter/library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Plotter
version=2.1.0
version=2.2.0
author=Devin Conley <[email protected]>
maintainer=Devin Conley <[email protected]>
sentence=An Arduino library for easy plotting on host computer via serial communication.
Expand Down

0 comments on commit 817bcd8

Please sign in to comment.