From 6da8d1b8bf6b311770b3cd030254b5f348d9a5bc Mon Sep 17 00:00:00 2001 From: "Devin A. Conley" Date: Mon, 29 Jun 2020 08:26:54 -0500 Subject: [PATCH] update version metadata --- examples/control_points_displayed/control_points_displayed.ino | 2 +- examples/different_types/different_types.ino | 2 +- .../dynamically_modify_graph_layout.ino | 2 +- examples/multivariable_plotting/multivariable_plotting.ino | 2 +- examples/quick_start/quick_start.ino | 2 +- examples/set_colors/set_colors.ino | 2 +- library.properties | 2 +- listener/Graph.java | 2 +- listener/listener.pde | 2 +- src/Plotter.cpp | 2 +- src/Plotter.h | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/examples/control_points_displayed/control_points_displayed.ino b/examples/control_points_displayed/control_points_displayed.ino index e46416b..d4f7453 100644 --- a/examples/control_points_displayed/control_points_displayed.ino +++ b/examples/control_points_displayed/control_points_displayed.ino @@ -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 =========================================================================================== diff --git a/examples/different_types/different_types.ino b/examples/different_types/different_types.ino index 8bce765..8cf37b9 100644 --- a/examples/different_types/different_types.ino +++ b/examples/different_types/different_types.ino @@ -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 =========================================================================================== diff --git a/examples/dynamically_modify_graph_layout/dynamically_modify_graph_layout.ino b/examples/dynamically_modify_graph_layout/dynamically_modify_graph_layout.ino index cda06e1..7bd45db 100644 --- a/examples/dynamically_modify_graph_layout/dynamically_modify_graph_layout.ino +++ b/examples/dynamically_modify_graph_layout/dynamically_modify_graph_layout.ino @@ -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 =========================================================================================== diff --git a/examples/multivariable_plotting/multivariable_plotting.ino b/examples/multivariable_plotting/multivariable_plotting.ino index 8d6f7e9..dbb3266 100644 --- a/examples/multivariable_plotting/multivariable_plotting.ino +++ b/examples/multivariable_plotting/multivariable_plotting.ino @@ -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 =========================================================================================== diff --git a/examples/quick_start/quick_start.ino b/examples/quick_start/quick_start.ino index 548b894..5980929 100644 --- a/examples/quick_start/quick_start.ino +++ b/examples/quick_start/quick_start.ino @@ -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 =========================================================================================== diff --git a/examples/set_colors/set_colors.ino b/examples/set_colors/set_colors.ino index 018a886..cac274e 100644 --- a/examples/set_colors/set_colors.ino +++ b/examples/set_colors/set_colors.ino @@ -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 =========================================================================================== diff --git a/library.properties b/library.properties index 9bcc742..d7cd69d 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Plotter -version=2.4.0 +version=2.4.1 author=Devin Conley maintainer=Devin Conley sentence=An Arduino library for easy plotting on host computer via serial communication. diff --git a/listener/Graph.java b/listener/Graph.java index 2064fcc..0b0c143 100644 --- a/listener/Graph.java +++ b/listener/Graph.java @@ -17,7 +17,7 @@ ------------------------------------------------------------------------------------------- Arduino Plotter Listener - v2.4.0 + v2.4.1 https://github.com/devinaconley/arduino-plotter by Devin Conley =========================================================================================== diff --git a/listener/listener.pde b/listener/listener.pde index 3428342..0f51eb9 100644 --- a/listener/listener.pde +++ b/listener/listener.pde @@ -18,7 +18,7 @@ ------------------------------------------------------------------------------------------- Arduino Plotter Listener - v2.4.0 + v2.4.1 https://github.com/devinaconley/arduino-plotter by Devin Conley =========================================================================================== diff --git a/src/Plotter.cpp b/src/Plotter.cpp index 2755a74..4926548 100644 --- a/src/Plotter.cpp +++ b/src/Plotter.cpp @@ -17,7 +17,7 @@ ------------------------------------------------------------------------------------------- Plotter - v2.4.0 + v2.4.1 https://github.com/devinaconley/arduino-plotter by Devin Conley =========================================================================================== diff --git a/src/Plotter.h b/src/Plotter.h index c47e230..4ed673b 100644 --- a/src/Plotter.h +++ b/src/Plotter.h @@ -17,7 +17,7 @@ ------------------------------------------------------------------------------------------- Plotter - v2.4.0 + v2.4.1 https://github.com/devinaconley/arduino-plotter by Devin Conley ===========================================================================================