We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3bdead commit 0b8dbbcCopy full SHA for 0b8dbbc
library.properties
@@ -1,5 +1,5 @@
1
name=NeuralNetwork
2
-version=4.1.7
+version=4.1.8
3
author=George Chousos
4
maintainer=gxousos@gmail.com
5
sentence=Simple Neural-Network Library.
src/NeuralNetwork.h
@@ -43,7 +43,7 @@
43
#ifndef NeuralNetwork_h
44
#define NeuralNetwork_h
45
46
-#define __NN_VERSION__ "VERSION: 4.1.7-Alpha"\n
+#define __NN_VERSION__ "VERSION: 4.1.8-Alpha"\n
47
48
49
#if defined(ARDUINO)
0 commit comments