Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JarekParal committed Aug 29, 2023
1 parent 9821580 commit 10043c1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
18 changes: 8 additions & 10 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,17 @@
"description": "Generate RC servo signal on a selected pins with ESP32 device and Arduino framework.",
"homepage": "https://github.com/RoboticsBrno/ServoESP32/",
"license": "MIT",
"repository":
{
"repository": {
"type": "git",
"url": "https://github.com/RoboticsBrno/ServoESP32.git"
},
"authors":
{
"name": "Jaroslav Paral",
"email": "[email protected]",
"url": "http://www.robotikabrno.cz",
"maintainer": true
"authors": {
"name": "Jaroslav Paral",
"email": "[email protected]",
"url": "http://www.robotikabrno.cz",
"maintainer": true
},
"version": "1.0.3",
"version": "1.1.0",
"frameworks": "arduino",
"platforms": "espressif32"
}
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=ServoESP32
version=1.0.3
version=1.1.0
author=Jaroslav Paral
maintainer=Jaroslav Paral <[email protected]>
sentence=Generate RC servo signal on a selected pins with ESP32 device and Arduino framework.
Expand Down

0 comments on commit 10043c1

Please sign in to comment.