From e5731cdae021eeb1ef588c9261c02d4a3ca8a145 Mon Sep 17 00:00:00 2001 From: Clivern Date: Mon, 12 Nov 2018 14:28:14 +0100 Subject: [PATCH] Bump the version --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce1d292..38732f9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Imap ==== :mailbox_with_mail: Access Mailbox Using PHP IMAP. -*Current Version: 1.0.2* +*Current Version: 1.0.3* [![Build Status](https://travis-ci.org/Clivern/Imap.svg?branch=master)](https://travis-ci.org/Clivern/Imap) @@ -265,9 +265,14 @@ Misc Changelog --------- +Version 1.0.3: +``` +Fix Attachment Object. +``` + Version 1.0.2: ``` -Message delete & undelete actions added +Message delete & undelete actions added. ``` Version 1.0.1: