Skip to content

Commit

Permalink
fix platformio json; version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaaf committed Jan 7, 2023
1 parent b2136e0 commit 017cc53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -32,7 +32,7 @@
}
],
"export": {
"import": [
"include": [
"examples/*",
"src/*",
"library.json",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Regression
version=1.0.0
version=1.0.1
author=Niklas Kaaf <[email protected]>
maintainer=Niklas Kaaf <[email protected]>
sentence=Easy-to-use Statistical Regressions.
Expand Down

0 comments on commit 017cc53

Please sign in to comment.