From 1a7980e56b8fe47a2d284b7d90a281229162c276 Mon Sep 17 00:00:00 2001 From: Hpsaturn Date: Thu, 3 Aug 2023 18:20:17 -0500 Subject: [PATCH] v0.7.0 added tags and library revision number --- library.json | 3 ++- library.properties | 2 +- src/Sensors.hpp | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/library.json b/library.json index e9215e07..01c24699 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "CanAirIO Air Quality Sensors Library", - "version": "0.6.9", + "version": "0.7.0", "homepage":"https://canair.io", "keywords": [ @@ -15,6 +15,7 @@ "hpma115", "IKEA", "Vindriktning", + "Geiger", "PMS7003", "PMS5003", "AM2320", diff --git a/library.properties b/library.properties index 4cf29075..f24351b7 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=CanAirIO Air Quality Sensors Library -version=0.6.9 +version=0.7.0 author=@hpsaturn, CanAirIO project maintainer=Antonio Vanegas url=https://github.com/kike-canaries/canairio_sensorlib diff --git a/src/Sensors.hpp b/src/Sensors.hpp index 76224fd5..c77ddb02 100644 --- a/src/Sensors.hpp +++ b/src/Sensors.hpp @@ -23,8 +23,8 @@ #include #endif -#define CSL_VERSION "0.6.9" -#define CSL_REVISION 376 +#define CSL_VERSION "0.7.0" +#define CSL_REVISION 377 /*************************************************************** * S E T U P E S P 3 2 B O A R D S A N D F I E L D S