Skip to content

Commit

Permalink
Update FirebaseJson.
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Nov 29, 2021
1 parent 4507691 commit be2a06e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/json/FirebaseJson.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

/*
* FirebaseJson, version 2.6.0
* FirebaseJson, version 2.6.1
*
* The Easiest Arduino library to parse, create and edit JSON object using a relative path.
*
* November 23, 2021
* November 29, 2021
*
* Features
* - Using path to access node element in search style e.g. json.get(result,"a/b/c")
Expand Down
4 changes: 2 additions & 2 deletions src/json/FirebaseJson.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
* FirebaseJson, version 2.6.0
* FirebaseJson, version 2.6.1
*
* The Easiest Arduino library to parse, create and edit JSON object using a relative path.
*
* November 23, 2021
* November 29, 2021
*
* Features
* - Using path to access node element in search style e.g. json.get(result,"a/b/c")
Expand Down

0 comments on commit be2a06e

Please sign in to comment.