Compare commits

...

3 Commits

Author SHA1 Message Date
6a83743e2a Prepared to release 3.1.16 2024-12-05 15:06:10 +07:00
faaf051e39 Prepared to release 3.1.15 2024-12-05 15:00:25 +07:00
280ea5e997 Prepared to release 3.1.14 2024-12-04 10:38:13 +07:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name=AirGradient Air Quality Sensor
version=3.1.13
version=3.1.16
author=AirGradient <support@airgradient.com>
maintainer=AirGradient <support@airgradient.com>
sentence=ESP32-C3 / ESP8266 library for air quality monitor measuring PM, CO2, Temperature, TVOC and Humidity with OLED display.

View File

@ -15,7 +15,7 @@
#include "Main/utils.h"
#ifndef GIT_VERSION
#define GIT_VERSION "3.1.13-snap"
#define GIT_VERSION "3.1.16-snap"
#endif
/**