Skip to content

Commit 615c238

Browse files
committed
Prepare 3.2.0 alpha release
1 parent f972637 commit 615c238

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=AirGradient Air Quality Sensor
2-
version=3.1.21
2+
version=3.2.0-alpha
33
author=AirGradient <[email protected]>
44
maintainer=AirGradient <[email protected]>
55
sentence=ESP32-C3 / ESP8266 library for air quality monitor measuring PM, CO2, Temperature, TVOC and Humidity with OLED display.

src/AirGradient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include "Main/utils.h"
1616

1717
#ifndef GIT_VERSION
18-
#define GIT_VERSION "3.1.21-snap"
18+
#define GIT_VERSION "3.2.0-snap"
1919
#endif
2020

2121
#ifndef ESP8266

0 commit comments

Comments
 (0)