Skip to content

Commit c010de5

Browse files
committed
Bump version in Pusher.php (missed in previous release)
1 parent d0d1bb9 commit c010de5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.1.3 (2020-04-01)
2+
3+
No functional change, previous release was only partially successful
4+
15
## 4.1.2 (2020-04-01)
26

37
[ADDED] option `encryption_master_key_base64`

src/Pusher.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Pusher implements LoggerAwareInterface
1414
/**
1515
* @var string Version
1616
*/
17-
public static $VERSION = '4.1.1';
17+
public static $VERSION = '4.1.3';
1818

1919
/**
2020
* @var null|PusherCrypto

0 commit comments

Comments
 (0)