From 25046b48d432d0cb070246c89c13d538fab7cae1 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 27 Jan 2023 14:12:50 +0700 Subject: [PATCH] Fix ESP8266 Ethernet compilation error. --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 0f7e6ce0..ce9e0183 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "Firebase ESP8266 Client", - "version": "4.3.4", + "version": "4.3.5", "keywords": "communication, REST, esp8266, arduino", "description": "The secure, fast and reliable Firebase Realtime database library to read, store, update, delete, listen, backup, and restore data. You can also read and modify the database security rules with this library.", "repository": { diff --git a/library.properties b/library.properties index 325a9cee..41488801 100644 --- a/library.properties +++ b/library.properties @@ -1,6 +1,6 @@ name=Firebase ESP8266 Client -version=4.3.4 +version=4.3.5 author=Mobizt