Update version to 3.1.7

This commit is contained in:
Phat Nguyen
2024-09-02 19:55:16 +07:00
parent 682378a47c
commit 28096e9faf
2 changed files with 2 additions and 2 deletions

View File

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