Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ReeceM committed Feb 15, 2022
1 parent f50dcd5 commit ea6dd74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,3 +276,8 @@ New Structure:
### Fixes

- Correct custom Mailable directory usage from config, see PR #190 @Bhagyrajaj

## Version 3.5.3

### Fixes
- Syntax error in the `mailables.blade.php` file. #199, #200
2 changes: 1 addition & 1 deletion src/MailEclipse.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class MailEclipse
{
public const VIEW_NAMESPACE = 'maileclipse';

public const VERSION = '3.5.2';
public const VERSION = '3.5.3';

/**
* Default type examples for being passed to reflected classes.
Expand Down

0 comments on commit ea6dd74

Please sign in to comment.