From ab202ae16101bf42afc94cfdc80bf1a4e8e79146 Mon Sep 17 00:00:00 2001 From: Daniel Eichhorn Date: Tue, 31 May 2016 08:12:12 +0200 Subject: [PATCH] Preparing for next release. Small typo fix in example folder --- .travis.yml | 2 +- .../ExampleParser.cpp | 0 .../ExampleParser.h | 0 .../JsonStreamingParser.ino | 0 library.json | 10 +++++----- library.properties | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) rename examples/{JsonStreaminParser => JsonStreamingParser}/ExampleParser.cpp (100%) rename examples/{JsonStreaminParser => JsonStreamingParser}/ExampleParser.h (100%) rename examples/{JsonStreaminParser => JsonStreamingParser}/JsonStreamingParser.ino (100%) 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