Prepared to release 3.1.15

This commit is contained in:
nick-4711
2024-12-05 15:00:25 +07:00
parent 280ea5e997
commit faaf051e39
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name=AirGradient Air Quality Sensor
version=3.1.14
version=3.1.15
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.14-snap"
#define GIT_VERSION "3.1.15-snap"
#endif
/**