From 3d4f8396cc13938beac07dd8a9ba192449e36f22 Mon Sep 17 00:00:00 2001 From: Pavel Slama Date: Mon, 21 Dec 2020 20:39:36 +0100 Subject: [PATCH] v1.0.2 --- library.json | 16 +++++++--------- library.properties | 2 +- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/library.json b/library.json index 215f264..9fdb9d5 100644 --- a/library.json +++ b/library.json @@ -2,18 +2,16 @@ "name": "LPS35HW", "keywords": "pressure, temperature, baro, LPS35HW, LPS22, LPS22HB, LPS33Q, LPS33HW", "description": "LPS35HW pressure sensor library", - "repository": - { + "repository": { "type": "git", "url": "https://github.com/pilotak/LPS35HW.git" }, - "authors": - { - "name": "Pavel Slama", - "email": "info@pavelslama.cz", - "url": "https://github.com/pilotak" + "authors": { + "name": "Pavel Slama", + "email": "info@pavelslama.cz", + "url": "https://github.com/pilotak" }, - "version": "1.0.1", + "version": "1.0.2", "frameworks": "arduino", "platforms": "*" -} \ No newline at end of file +} diff --git a/library.properties b/library.properties index 65f38d6..d2fc924 100644 --- a/library.properties +++ b/library.properties @@ -6,5 +6,5 @@ paragraph=compatible also with LPS22HB, LPS33W, LPS33HW url=https://github.com/pilotak/LPS35HW includes=LPS35HW.h category=Sensors -version=1.0.1 +version=1.0.2 architectures=*