From fbe1b704d7b9b67bd184aaaf0acb4e22af0f8278 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 7 Jun 2023 06:44:38 +0700 Subject: [PATCH] Update version. --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index a09e75ba3..d2803dbe1 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "Firebase Arduino Client Library for ESP8266 and ESP32", - "version": "4.3.10", + "version": "4.3.11", "keywords": "communication, REST, esp32, esp8266, arduino", "description": "The library supports Firebase products e.g. Realtime database, Cloud Firestore database, Firebase Storage and Google Cloud Storage, Cloud Functions for Firebase and Cloud Messaging. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.", "repository": { diff --git a/library.properties b/library.properties index fe6a1f5f4..096b6808e 100644 --- a/library.properties +++ b/library.properties @@ -1,6 +1,6 @@ name=Firebase Arduino Client Library for ESP8266 and ESP32 -version=4.3.10 +version=4.3.11 author=Mobizt