diff --git a/README.md b/README.md index 39215c7..7a6586a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # The Json Parser/Editor Arduino library. -The easiest Arduino library JSON parser, builder and editor, v 2.3.8. +The easiest Arduino library JSON parser, builder and editor, v 2.3.9. FirebaseJson doesn't use the recursive call to parse or deserialize complex or nested JSON objects and arrays. diff --git a/library.json b/library.json index 199576f..92a19a6 100644 --- a/library.json +++ b/library.json @@ -8,5 +8,5 @@ }, "frameworks": "arduino", "platforms": "*", - "version": "2.3.8" + "version": "2.3.9" } \ No newline at end of file diff --git a/library.properties b/library.properties index 724e593..337ef4b 100644 --- a/library.properties +++ b/library.properties @@ -1,6 +1,6 @@ name=FirebaseJson -version=2.3.8 +version=2.3.9 author=Mobizt