From 3a4ad1f2cab9aea7ea5dcbe4016077f1ef5326b6 Mon Sep 17 00:00:00 2001 From: Alexander Pavlyukov Date: Tue, 13 Jul 2021 21:45:15 +0300 Subject: [PATCH] release 1.0.3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index aca00f0..824519e 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "apavliukov/laravel-email-smtp-validation", - "version": "1.0.2", + "version": "1.0.3", "type": "library", "description": "Validate email address via SMTP to check if it really exists", "license": "MIT",