diff --git a/library.properties b/library.properties index c7e4af8..5e28960 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESP8266 Influxdb -version=3.13.1 +version=3.13.2 author=Tobias Schürg, Vlasta Hajek maintainer=Tobias Schürg, Vlasta Hajek sentence=InfluxDB Client for Arduino. diff --git a/src/Version.h b/src/Version.h index 5aa5e05..e450afd 100644 --- a/src/Version.h +++ b/src/Version.h @@ -27,6 +27,6 @@ #ifndef _VERSION_H_ #define _VERSION_H_ -#define INFLUXDB_CLIENT_VERSION "3.13.1" +#define INFLUXDB_CLIENT_VERSION "3.13.2" #endif //_VERSION_H_