Skip to content

Commit 26b06f7

Browse files
committed
v2.2.0-beta
1 parent 42fe877 commit 26b06f7

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.1.7
2+
version=2.2.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
@@ -54,7 +54,7 @@
5454
#ifndef NeuralNetwork_h
5555
#define NeuralNetwork_h
5656

57-
#define __NN_VERSION__ "VERSION: 2.1.7"\n
57+
#define __NN_VERSION__ "VERSION: 2.2.0"\n
5858

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

0 commit comments

Comments
 (0)