Skip to content

Commit

Permalink
Preparing for next release. Small typo fix in example folder
Browse files Browse the repository at this point in the history
  • Loading branch information
squix78 committed May 31, 2016
1 parent 66ad780 commit ab202ae
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cache:
- "~/.platformio"

env:
- PLATFORMIO_CI_SRC=examples/JsonStreaminParser
- PLATFORMIO_CI_SRC=examples/JsonStreamingParser


install:
Expand Down
File renamed without changes.
10 changes: 5 additions & 5 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"name": "Daniel Eichhorn",
"url": "http://blog.squix.ch"
},
"version": "1.0.1",
"version": "1.0.3",
"frameworks": "arduino",
"platforms": "*",
"examples": [
"examples/*.ino",
"examples/*.cpp",
"examples/*.h"
]
"examples/JsonStreamingParser/*.ino",
"examples/JsonStreamingParser/*.cpp",
"examples/JsonStreamingParser/*.h"
]
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Json Streaming Parser
version=1.0.2
version=1.0.3
author=Daniel Eichhorn
maintainer=Daniel Eichhorn <[email protected]>
sentence=A very memory efficient library to parse (large) JSON objects on small devices
Expand Down

0 comments on commit ab202ae

Please sign in to comment.