From 10043c1ba9734dd150c8db2cd914c92de3250579 Mon Sep 17 00:00:00 2001 From: Jaroslav Paral Date: Tue, 29 Aug 2023 19:44:50 +0200 Subject: [PATCH] Release v1.1.0 --- library.json | 18 ++++++++---------- library.properties | 2 +- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/library.json b/library.json index 4ec2000..d02aca2 100644 --- a/library.json +++ b/library.json @@ -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": "paral@robotikabrno.cz", - "url": "http://www.robotikabrno.cz", - "maintainer": true + "authors": { + "name": "Jaroslav Paral", + "email": "paral@robotikabrno.cz", + "url": "http://www.robotikabrno.cz", + "maintainer": true }, - "version": "1.0.3", + "version": "1.1.0", "frameworks": "arduino", "platforms": "espressif32" -} +} \ No newline at end of file diff --git a/library.properties b/library.properties index ebe087a..ddc1954 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ServoESP32 -version=1.0.3 +version=1.1.0 author=Jaroslav Paral maintainer=Jaroslav Paral sentence=Generate RC servo signal on a selected pins with ESP32 device and Arduino framework.