From 596697bd5aef9f87952a70bd83820d924a1986e3 Mon Sep 17 00:00:00 2001 From: lewis Date: Fri, 15 Mar 2024 22:08:45 +0800 Subject: [PATCH] Update version to v0.1.7 --- library.json | 4 ++-- library.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index ce6ebb1..b4ef45b 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "SensorLib", - "version": "0.1.6", + "version": "0.1.7", "description": "Commonly used I2C , SPI device multi-platform libraries", "keywords": "QMC6310, QMI8658, PCF8563, PCF85063, XL9555, BMA423, BHI260AP, DRV2605, CM32181, LTR553, FT5206, FT3267, FT6236, FT6336, CST816S,CST816T,CST816D, CST820, CST226, CHSC5816, GT911", "authors": [ @@ -27,6 +27,6 @@ ] }, "frameworks": ["arduino", "espidf"], - "platforms": "esp32,raspberrypi,ststm32", + "platforms": "esp32,raspberrypi,ststm32,espressif32", "license": "MIT" } diff --git a/library.properties b/library.properties index 9c85446..6c136ea 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=SensorLib -version=0.1.6 +version=0.1.7 author=Lewis He maintainer=Lewis He sentence=Commonly used I2C , SPI device multi-platform libraries