diff --git a/library.json b/library.json index 6c33f65..bc57fdd 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "ESP Mail Client", - "version": "3.4.18", + "version": "3.4.19", "keywords": "communication, email, imap, smtp, esp32, esp8266, samd, arduino", "description": "Arduino E-Mail Client Library to send, read and get incoming email notification for ESP32, ESP8266 and SAMD21 devices. 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 19b9dbd..b94ef44 100644 --- a/library.properties +++ b/library.properties @@ -1,6 +1,6 @@ name=ESP Mail Client -version=3.4.18 +version=3.4.19 author=Mobizt diff --git a/src/ESP_Mail_Client_Version.h b/src/ESP_Mail_Client_Version.h index 7a95237..8fa2c56 100644 --- a/src/ESP_Mail_Client_Version.h +++ b/src/ESP_Mail_Client_Version.h @@ -3,8 +3,8 @@ #ifndef ESP_MAIL_VERSION -#define ESP_MAIL_VERSION "3.4.18" -#define ESP_MAIL_VERSION_NUM 30418 +#define ESP_MAIL_VERSION "3.4.19" +#define ESP_MAIL_VERSION_NUM 30419 /* The inconsistent file version checking to prevent mixed versions compilation. */ //#define VALID_VERSION_CHECK(ver) (ver == ESP_MAIL_VERSION_NUM) diff --git a/src/ESP_Mail_IMAP.h b/src/ESP_Mail_IMAP.h index 14cc453..5babc74 100644 --- a/src/ESP_Mail_IMAP.h +++ b/src/ESP_Mail_IMAP.h @@ -5,7 +5,7 @@ /** * Mail Client Arduino Library for Espressif's ESP32 and ESP8266, Raspberry Pi RP2040 Pico, and SAMD21 with u-blox NINA-W102 WiFi/Bluetooth module * - * Created March 27, 2024 + * Created April 1, 2024 * * This library allows Espressif's ESP32, ESP8266, SAMD and RP2040 Pico devices to send and read Email through the SMTP and IMAP servers. *