Skip to content

Commit

Permalink
Bump version to 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasschuerg committed Apr 27, 2020
1 parent c6e6b40 commit 17a9385
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog
## Version 3.1.x

## Version 3.1.3 (2020-04-27)
- [FIX] SecureWrite crash (#54)

## Version 3.1.2 (2020-04-18)
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=ESP8266 Influxdb
version=3.1.2
version=3.1.3
author=Tobias Schürg, Influxdata
maintainer=Tobias Schürg, InfluxData
sentence=InfluxDB Client for Arduino.
Expand Down
2 changes: 1 addition & 1 deletion src/InfluxDbClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#ifndef _INFLUXDB_CLIENT_H_
#define _INFLUXDB_CLIENT_H_

#define INFLUXDB_CLIENT_VERSION "3.1.2"
#define INFLUXDB_CLIENT_VERSION "3.1.3"

#include "Arduino.h"

Expand Down

0 comments on commit 17a9385

Please sign in to comment.