Skip to content

Commit ef29d27

Browse files
version bump
1 parent 47c43c5 commit ef29d27

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ESP Logger",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"authors": {
55
"name": "Fabiano Riccardi",
66
"email": "fabiano.riccardi@outlook.com"

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name=ESP Logger
2-
version=1.3.0
2+
version=1.4.0
33
author=Fabiano Riccardi
4-
maintainer=Fabiano Riccardi <fabiuz4@hotmail.it>
4+
maintainer=Fabiano Riccardi <fabiano.riccardi@outlook.com>
55
sentence=This library aims to provide an easy way to collect data
66
paragraph=The usage is trivial but still effective for IoT projects in which data collection is a key point. Given that logging on local storage is not always enough, it provides an easy personalizable callback function to flush data over the network.
77
category=Data Storage

0 commit comments

Comments
 (0)