We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 670563c commit 48e509aCopy full SHA for 48e509a
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ddrv/mailer",
3
- "version":"3.1.0",
+ "version":"3.1.1",
4
"require":{
5
"php":">=5.3.0",
6
"ext-mbstring": "*"
src/Mailer.php
@@ -10,7 +10,7 @@
10
final class Mailer
11
12
13
- const MAILER_VERSION = "3.1.0";
+ const MAILER_VERSION = "3.1.1";
14
15
const CHANNEL_DEFAULT = "default";
16
const CHANNEL_ALL = "*";
0 commit comments