Skip to content

Commit 017cc53

Browse files
committed
fix platformio json; version 1.0.1
1 parent b2136e0 commit 017cc53

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Regression",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Easy-to-use Statistical Regressions. This library extends the Arduino ecosystem with the functionality of several easy-to-use statistical regressions.",
55
"keywords": [
66
"arduino",
@@ -32,7 +32,7 @@
3232
}
3333
],
3434
"export": {
35-
"import": [
35+
"include": [
3636
"examples/*",
3737
"src/*",
3838
"library.json",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Regression
2-
version=1.0.0
2+
version=1.0.1
33
author=Niklas Kaaf <nkaaf@protonmail.com>
44
maintainer=Niklas Kaaf <nkaaf@protonmail.com>
55
sentence=Easy-to-use Statistical Regressions.

0 commit comments

Comments
 (0)