From e79a9a36b7f0b5731c3fc4780d80355c849f9e7b Mon Sep 17 00:00:00 2001 From: rob tillaart Date: Fri, 19 Jun 2020 11:07:26 +0200 Subject: [PATCH] fix library.json --- Statistic.cpp | 5 +++-- Statistic.h | 4 ++-- library.json | 9 +++------ library.properties | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) diff --git a/Statistic.cpp b/Statistic.cpp index 44ac9c1..555ff74 100644 --- a/Statistic.cpp +++ b/Statistic.cpp @@ -2,7 +2,7 @@ // FILE: Statistic.cpp // AUTHOR: Rob dot Tillaart at gmail dot com // modified at 0.3 by Gil Ross at physics dot org -// VERSION: 0.4.0 +// VERSION: 0.4.1 // PURPOSE: Recursive statistical library for Arduino // // NOTE: 2011-01-07 Gill Ross @@ -52,7 +52,8 @@ // 0.4.0 2020-05-13 // refactor // Added flag to switch on the use of stdDev runtime. [idea marc.recksiedl] - +// 0.4.1 2020-06-19 fix library.json +// #include "Statistic.h" diff --git a/Statistic.h b/Statistic.h index 9805705..af7d066 100644 --- a/Statistic.h +++ b/Statistic.h @@ -3,7 +3,7 @@ // FILE: Statistic.h // AUTHOR: Rob dot Tillaart at gmail dot com // modified at 0.3 by Gil Ross at physics dot org -// VERSION: 0.4.0 +// VERSION: 0.4.1 // PURPOSE: Recursive Statistical library for Arduino // HISTORY: See Statistic.cpp // @@ -11,7 +11,7 @@ #include #include -#define STATISTIC_LIB_VERSION "0.4.0" +#define STATISTIC_LIB_VERSION "0.4.1" class Statistic { diff --git a/library.json b/library.json index 1b0b407..9e6637e 100644 --- a/library.json +++ b/library.json @@ -16,12 +16,9 @@ "repository": { "type": "git", - "url": "https://github.com/RobTillaart/Arduino.git" + "url": "https://github.com/RobTillaart/Statistic.git" }, - "version":"0.4.0", + "version":"0.4.1", "frameworks": "arduino", - "platforms": "*", - "export": { - "include": "libraries/Statistic" - } + "platforms": "*" } diff --git a/library.properties b/library.properties index fc6b9f9..99263c0 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Statistic -version=0.4.0 +version=0.4.1 author=Rob Tillaart maintainer=Rob Tillaart sentence=Library with basic statistical functions for Arduino.