From 96164af4b0e3e9adc4615bf474eab65a59fbeacf Mon Sep 17 00:00:00 2001 From: ReeceM Date: Tue, 15 Feb 2022 21:17:18 +0200 Subject: [PATCH] update files --- changelog.md | 5 +++++ src/MailEclipse.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 60d02c8..159afd7 100644 --- a/changelog.md +++ b/changelog.md @@ -281,3 +281,8 @@ Laravel 9 Support ## Added - Allow the subject to be displayed in the mailables table instead of Namespace values + +## Version 4.0.3 + +## Fixed +- Syntax error on the mailables.blade.php file. #199, #200 diff --git a/src/MailEclipse.php b/src/MailEclipse.php index 92f26d2..5077d03 100644 --- a/src/MailEclipse.php +++ b/src/MailEclipse.php @@ -29,7 +29,7 @@ class MailEclipse { public const VIEW_NAMESPACE = 'maileclipse'; - public const VERSION = '4.0.2'; + public const VERSION = '4.0.3'; /** * Default type examples for being passed to reflected classes.