We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133c882 commit 92ae611Copy full SHA for 92ae611
2 files changed
library.properties
@@ -1,5 +1,5 @@
1
name=NeuralNetwork
2
-version=2.3.0
+version=2.3.1
3
author=George Chousos
4
maintainer=gxousos@gmail.com
5
sentence=Simple MLP Neural-Network Library.
src/NeuralNetwork.h
@@ -58,7 +58,7 @@
58
#ifndef NeuralNetwork_h
59
#define NeuralNetwork_h
60
61
-#define __NN_VERSION__ "VERSION: 2.3.0"\n
+#define __NN_VERSION__ "VERSION: 2.3.1"\n
62
63
// - That gives you access to the standard types and constants of the Arduino language.
64
#include "Arduino.h"
0 commit comments