Skip to content

Commit

Permalink
update version metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
devinaconley committed Jun 29, 2020
1 parent ed7ceb8 commit 6da8d1b
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Example to demonstrate effect of "Points Displayed" in Time Graph and in XY Graph
-------------------------------------------------------------------------------------------
Plotter
v2.4.0
v2.4.1
https://github.com/devinaconley/arduino-plotter
by Devin Conley
===========================================================================================
Expand Down
2 changes: 1 addition & 1 deletion 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.4.0
v2.4.1
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.4.0
v2.4.1
https://github.com/devinaconley/arduino-plotter
by Devin Conley
===========================================================================================
Expand Down
2 changes: 1 addition & 1 deletion examples/multivariable_plotting/multivariable_plotting.ino
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.4.0
v2.4.1
https://github.com/devinaconley/arduino-plotter
by Devin Conley
===========================================================================================
Expand Down
2 changes: 1 addition & 1 deletion 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.4.0
v2.4.1
https://github.com/devinaconley/arduino-plotter
by Devin Conley
===========================================================================================
Expand Down
2 changes: 1 addition & 1 deletion 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.4.0
v2.4.1
https://github.com/deviaconley/arduino-plotter
by Devin Conley
===========================================================================================
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Plotter
version=2.4.0
version=2.4.1
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
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.4.0
v2.4.1
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.4.0
v2.4.1
https://github.com/devinaconley/arduino-plotter
by Devin Conley
===========================================================================================
Expand Down
2 changes: 1 addition & 1 deletion src/Plotter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
-------------------------------------------------------------------------------------------
Plotter
v2.4.0
v2.4.1
https://github.com/devinaconley/arduino-plotter
by Devin Conley
===========================================================================================
Expand Down
2 changes: 1 addition & 1 deletion src/Plotter.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
-------------------------------------------------------------------------------------------
Plotter
v2.4.0
v2.4.1
https://github.com/devinaconley/arduino-plotter
by Devin Conley
===========================================================================================
Expand Down

0 comments on commit 6da8d1b

Please sign in to comment.