From a29b21e7ab275b1ad5251ff3ad1c73f9433d4322 Mon Sep 17 00:00:00 2001 From: vlastahajek <29980246+vlastahajek@users.noreply.github.com> Date: Tue, 4 Jun 2024 22:33:21 +0200 Subject: [PATCH] release version 3.13.2 [skip ci] --- library.properties | 2 +- src/Version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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_