diff --git a/library.json b/library.json index c2d5061..abf87e2 100644 --- a/library.json +++ b/library.json @@ -1,7 +1,7 @@ { "name": "UpdateOTA", - "version": "1.0.0", - "description": "The \"UpdateOTA\" library is a C++ library for ESP32 devices that provides a convenient way to download and perform updates on firmware and SPIFFS partitions.", + "version": "4.1.0", + "description": "The UpdateOTA Library streamlines the implementation of Over-The-Air firmware updates for ESP8266-based projects. It introduces an abstract class, *UpdateOTAInterface*, defining methods for starting updates, retrieving version numbers, and handling update errors. The library is designed to work seamlessly with ESP8266, Arduino, and other related libraries.", "keywords": "UpdateOTA, OTA,over the air, update http, updater,arduino ota,firmware update,upload spiffs, ESP32, ronny, antoon, MetaHouse", "repository": { "type": "git", @@ -20,5 +20,12 @@ "platforms": "espressif32", "examples": [ "examples/*/*.ino" + ], + "dependencies": [ + { + "owner": "ronny-antoon", + "name": "MultiPrinterLogger", + "version": "4.1.0" + } ] } \ No newline at end of file diff --git a/readme.md b/readme.md index 59ec37d..342821c 100644 --- a/readme.md +++ b/readme.md @@ -34,7 +34,7 @@ The UpdateOTA Library streamlines the implementation of Over-The-Air firmware up ## Dependencies The UpdateOTA Library depends on the following libraries: -- MultiPrinterLogger @ 3.1.1 +- MultiPrinterLogger @ 4.1.0 - HTTPClient - WiFi - WiFiClientSecure