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 e6998bc commit bd9894fCopy full SHA for bd9894f
library.properties
@@ -1,5 +1,5 @@
1
name=ESP8266 Influxdb
2
-version=3.1.0
+version=3.1.1
3
author=Tobias Schürg, Influxdata
4
maintainer=Tobias Schürg, InfluxData
5
sentence=InfluxDB Client for Arduino.
src/InfluxDbClient.h
@@ -27,7 +27,7 @@
27
#ifndef _INFLUXDB_CLIENT_H_
28
#define _INFLUXDB_CLIENT_H_
29
30
-#define INFLUXDB_CLIENT_VERSION "3.1.0"
+#define INFLUXDB_CLIENT_VERSION "3.1.1"
31
32
#include "Arduino.h"
33
0 commit comments