Skip to content

Commit 48e509a

Browse files
committed
upgrade version
1 parent 670563c commit 48e509a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ddrv/mailer",
3-
"version":"3.1.0",
3+
"version":"3.1.1",
44
"require":{
55
"php":">=5.3.0",
66
"ext-mbstring": "*"

src/Mailer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
final class Mailer
1111
{
1212

13-
const MAILER_VERSION = "3.1.0";
13+
const MAILER_VERSION = "3.1.1";
1414

1515
const CHANNEL_DEFAULT = "default";
1616
const CHANNEL_ALL = "*";

0 commit comments

Comments
 (0)