From 7ea43fdc7da17f9da9fd6a2ebdd85bf2e539aa6b Mon Sep 17 00:00:00 2001 From: Phat Nguyen Date: Thu, 15 Feb 2024 19:56:46 +0700 Subject: [PATCH] Update lib version string: `3.0.1` --- src/AirGradient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AirGradient.cpp b/src/AirGradient.cpp index 81743eb..600ce24 100644 --- a/src/AirGradient.cpp +++ b/src/AirGradient.cpp @@ -1,6 +1,6 @@ #include "AirGradient.h" -#define AG_LIB_VER "3.0.0" +#define AG_LIB_VER "3.0.1" AirGradient::AirGradient(BoardType type) : pms5003(type), pms5003t_1(type), pms5003t_2(type), s8(type), sht4x(type),