From 1a9f0eedbbf84e62859b05dd4ca4aca3bf14d5df Mon Sep 17 00:00:00 2001 From: Nathanne Isip Date: Wed, 31 Jul 2024 04:31:38 +0800 Subject: [PATCH] Updated library version to v0.0.8 --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 425b763..623ac7b 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "diwa", - "version": "0.0.7", + "version": "0.0.8", "description": "Lightweight simple implementation of Artificial Neural Network for Arduino ESP32, ESP8266, RP2040, PlayStation Portable SDK, and even Windows AMD64 environment.", "keywords": ["ANN", "Artificial Neural Network", "microcontrollers", "ESP8266", "ESP32", "RP2040"], "repository": { diff --git a/library.properties b/library.properties index 8d5cdb9..7ed5fdc 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=diwa -version=0.0.7 +version=0.0.8 author=nthnn maintainer=nthnn sentence=Lightweight simple implementation of ANN for Arduino platform, PlayStation Portable SDK, and even Windows on AMD64.