From 0889bec33a48d9273af60f3d41f0c0ab7ad6ce47 Mon Sep 17 00:00:00 2001 From: lewisxhe Date: Thu, 19 Sep 2024 17:38:54 +0800 Subject: [PATCH] Update version to 0.2.1 --- README.md | 2 +- library.json | 4 ++-- library.properties | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index eb1ed27..40959c6 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ [![LICENSE](https://img.shields.io/github/license/lewisxhe/SensorLib)](https://github.com/lewisxhe/SensorLib/blob/master/LICENSE) [![ISSUES](https://img.shields.io/github/issues/lewisxhe/SensorsLib)](https://github.com/lewisxhe/SensorsLib/issues) -[![FROK](https://img.shields.io/github/forks/lewisxhe/SensorsLib)](https://github.com/lewisxhe/SensorsLib/graphs/contributors) +[![FORK](https://img.shields.io/github/forks/lewisxhe/SensorsLib)](https://github.com/lewisxhe/SensorsLib/graphs/contributors) [![STAR](https://img.shields.io/github/stars/lewisxhe/SensorsLib)](https://github.com/lewisxhe/SensorsLib/stargazers) [![releases](https://img.shields.io/github/release/lewisxhe/SensorsLib)](https://github.com/lewisxhe/SensorLib/releases) diff --git a/library.json b/library.json index dea1a44..ec3ceb9 100644 --- a/library.json +++ b/library.json @@ -1,8 +1,8 @@ { "name": "SensorLib", - "version": "0.2.0", + "version": "0.2.1", "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", + "keywords": "QMC6310, QMI8658, PCF8563, PCF85063, XL9555, BMA423, BHI260AP, DRV2605, CM32181, LTR553, FT5206, FT3267, FT6236, FT6336, CST816S,CST816T,CST816D, CST820, CST226, CHSC5816, GT911, CST9217, CST9220", "authors": [ { "name": "LewisHe", diff --git a/library.properties b/library.properties index 997034c..8a1d9ab 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=SensorLib -version=0.2.0 +version=0.2.1 author=Lewis He maintainer=Lewis He sentence=Commonly used I2C , SPI device multi-platform libraries -paragraph=Support QMC6310,QMI8658,PCF8563,PCF85063,XL9555,BMA423,BHI260AP,DRV2605,CM32181,LTR553,FT5206,FT3267,FT6236,FT6336,CST816S/T/D,CST820,CST226,CHSC5816,GT911 +paragraph=Support QMC6310,QMI8658,PCF8563,PCF85063,XL9555,BMA423,BHI260AP,DRV2605,CM32181,LTR553,FT5206,FT3267,FT6236,FT6336,CST816S/T/D,CST820,CST226,CHSC5816,GT911,CST9217,CST9220 category=Communication url=https://github.com/lewisxhe/SensorsLib architectures=esp32