We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b5e9e commit a29b21eCopy full SHA for a29b21e
library.properties
@@ -1,5 +1,5 @@
1
name=ESP8266 Influxdb
2
-version=3.13.1
+version=3.13.2
3
author=Tobias Schürg, Vlasta Hajek
4
maintainer=Tobias Schürg, Vlasta Hajek
5
sentence=InfluxDB Client for Arduino.
src/Version.h
@@ -27,6 +27,6 @@
27
#ifndef _VERSION_H_
28
#define _VERSION_H_
29
30
-#define INFLUXDB_CLIENT_VERSION "3.13.1"
+#define INFLUXDB_CLIENT_VERSION "3.13.2"
31
32
#endif //_VERSION_H_
0 commit comments