Skip to content

Commit ab202ae

Browse files
committed
Preparing for next release. Small typo fix in example folder
1 parent 66ad780 commit ab202ae

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cache:
99
- "~/.platformio"
1010

1111
env:
12-
- PLATFORMIO_CI_SRC=examples/JsonStreaminParser
12+
- PLATFORMIO_CI_SRC=examples/JsonStreamingParser
1313

1414

1515
install:
File renamed without changes.
File renamed without changes.
File renamed without changes.

library.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"name": "Daniel Eichhorn",
1111
"url": "http://blog.squix.ch"
1212
},
13-
"version": "1.0.1",
13+
"version": "1.0.3",
1414
"frameworks": "arduino",
1515
"platforms": "*",
1616
"examples": [
17-
"examples/*.ino",
18-
"examples/*.cpp",
19-
"examples/*.h"
20-
]
17+
"examples/JsonStreamingParser/*.ino",
18+
"examples/JsonStreamingParser/*.cpp",
19+
"examples/JsonStreamingParser/*.h"
20+
]
2121
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Json Streaming Parser
2-
version=1.0.2
2+
version=1.0.3
33
author=Daniel Eichhorn
44
maintainer=Daniel Eichhorn <[email protected]>
55
sentence=A very memory efficient library to parse (large) JSON objects on small devices

0 commit comments

Comments
 (0)