diff --git a/.travis.yml b/.travis.yml index d8e89a7..2cc1cc5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ cache: - "~/.platformio" env: - - PLATFORMIO_CI_SRC=examples/JsonStreaminParser + - PLATFORMIO_CI_SRC=examples/JsonStreamingParser install: diff --git a/examples/JsonStreaminParser/ExampleParser.cpp b/examples/JsonStreamingParser/ExampleParser.cpp similarity index 100% rename from examples/JsonStreaminParser/ExampleParser.cpp rename to examples/JsonStreamingParser/ExampleParser.cpp diff --git a/examples/JsonStreaminParser/ExampleParser.h b/examples/JsonStreamingParser/ExampleParser.h similarity index 100% rename from examples/JsonStreaminParser/ExampleParser.h rename to examples/JsonStreamingParser/ExampleParser.h diff --git a/examples/JsonStreaminParser/JsonStreamingParser.ino b/examples/JsonStreamingParser/JsonStreamingParser.ino similarity index 100% rename from examples/JsonStreaminParser/JsonStreamingParser.ino rename to examples/JsonStreamingParser/JsonStreamingParser.ino diff --git a/library.json b/library.json index 4300114..efa62c4 100644 --- a/library.json +++ b/library.json @@ -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" + ] } diff --git a/library.properties b/library.properties index 3282b92..e21598c 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Json Streaming Parser -version=1.0.2 +version=1.0.3 author=Daniel Eichhorn maintainer=Daniel Eichhorn sentence=A very memory efficient library to parse (large) JSON objects on small devices