Skip to content

Commit 0bb20d8

Browse files
committed
v3.0.0-beta
1 parent 99a28e6 commit 0bb20d8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=NeuralNetwork
2-
version=2.4.4
2+
version=3.0.0
33
author=George Chousos
44
maintainer=gxousos@gmail.com
55
sentence=Simple MLP Neural-Network Library.

src/NeuralNetwork.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
#ifndef NeuralNetwork_h
6262
#define NeuralNetwork_h
6363

64-
#define __NN_VERSION__ "VERSION: 2.4.4"\n
64+
#define __NN_VERSION__ "VERSION: 3.0.0"\n
6565

6666
// - That gives you access to the standard types and constants of the Arduino language.
6767
#include "Arduino.h"

0 commit comments

Comments
 (0)