diff --git a/library.json b/library.json index 540caad..b642028 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "Regression", - "version": "1.0.0", + "version": "1.0.1", "description": "Easy-to-use Statistical Regressions. This library extends the Arduino ecosystem with the functionality of several easy-to-use statistical regressions.", "keywords": [ "arduino", @@ -32,7 +32,7 @@ } ], "export": { - "import": [ + "include": [ "examples/*", "src/*", "library.json", diff --git a/library.properties b/library.properties index e96a78b..c4fd648 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Regression -version=1.0.0 +version=1.0.1 author=Niklas Kaaf maintainer=Niklas Kaaf sentence=Easy-to-use Statistical Regressions.