Skip to content

Commit

Permalink
Optimized code
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Mar 3, 2020
1 parent 1946670 commit ad3725b
Show file tree
Hide file tree
Showing 5 changed files with 336 additions and 318 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The Firebase Json Arduino library for ESP8266/ESP32.


The easiest Arduino library JSON parser, builder and editor, v 2.3.1.
The easiest Arduino library JSON parser, builder and editor, v 2.3.2.

FirebaseJson doesn't use the recursive call to parse or deserialize complex or nested JSON objects and arrays.

Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
},
"frameworks": "arduino",
"platforms": "*",
"version": "2.3.1"
"version": "2.3.2"
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name=FirebaseJson

version=2.3.1
version=2.3.2

author=Mobizt

Expand Down
Loading

0 comments on commit ad3725b

Please sign in to comment.