diff --git a/library.properties b/library.properties index db83604..b6b6979 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=NeuralNetwork -version=2.2.0 +version=2.3.0 author=George Chousos maintainer=gxousos@gmail.com sentence=Simple MLP Neural-Network Library. diff --git a/src/NeuralNetwork.h b/src/NeuralNetwork.h index cfcf9a8..5673856 100644 --- a/src/NeuralNetwork.h +++ b/src/NeuralNetwork.h @@ -58,7 +58,7 @@ #ifndef NeuralNetwork_h #define NeuralNetwork_h -#define __NN_VERSION__ "VERSION: 2.2.0"\n +#define __NN_VERSION__ "VERSION: 2.3.0"\n // - That gives you access to the standard types and constants of the Arduino language. #include "Arduino.h"