Skip to content
This repository has been archived by the owner on Jan 10, 2021. It is now read-only.

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Aug 14, 2019
1 parent 280a56e commit ade3c0f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Mail Client Arduino Library for ESP32 v 2.0.0
# Mail Client Arduino Library for ESP32 v 2.0.1

This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download via SMTP and IMAP servers.

Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name=ESP32 Mail Client

version=2.0.0
version=2.0.1

author=Mobizt

Expand Down
4 changes: 2 additions & 2 deletions src/ESP32_MailClient.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
*Mail Client Arduino Library for ESP32, version 2.0.0
*Mail Client Arduino Library for ESP32, version 2.0.1
*
* August 13, 2019
* August 14, 2019
*
* This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.
*
Expand Down
4 changes: 2 additions & 2 deletions src/ESP32_MailClient.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
*Mail Client Arduino Library for ESP32, version 2.0.0
*Mail Client Arduino Library for ESP32, version 2.0.1
*
* August 13, 2019
* August 14, 2019
*
* This library allows ESP32 to send Email with/without attachment and receive Email with/without attachment download through SMTP and IMAP servers.
*
Expand Down

0 comments on commit ade3c0f

Please sign in to comment.