Skip to content

Commit

Permalink
Minor update to use std namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Jun 19, 2024
1 parent c798b83 commit abaad7a
Show file tree
Hide file tree
Showing 5 changed files with 105 additions and 110 deletions.
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": ["espressif8266", "espressif32","teensy", "atmelsam","ststm32","atmelavr","atmelmegaavr","rp2040"],
"version": "3.0.8"
"version": "3.0.9"
}
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=3.0.8
version=3.0.9

author=Mobizt

Expand Down
4 changes: 2 additions & 2 deletions src/FirebaseJson.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
* FirebaseJson, version 3.0.8
* FirebaseJson, version 3.0.9
*
* The Easiest Arduino library to parse, create and edit JSON object using a relative path.
*
* Created June 14, 2023
* Created June 20, 2024
*
* Features
* - Using path to access node element in search style e.g. json.get(result,"a/b/c")
Expand Down
Loading

0 comments on commit abaad7a

Please sign in to comment.