Skip to content

Commit 92ae611

Browse files
committed
v2.3.1-beta
1 parent 133c882 commit 92ae611

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.3.0
2+
version=2.3.1
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
@@ -58,7 +58,7 @@
5858
#ifndef NeuralNetwork_h
5959
#define NeuralNetwork_h
6060

61-
#define __NN_VERSION__ "VERSION: 2.3.0"\n
61+
#define __NN_VERSION__ "VERSION: 2.3.1"\n
6262

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

0 commit comments

Comments
 (0)