Skip to content

Commit af70198

Browse files
committed
Update licence year and version
1 parent 65874e5 commit af70198

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2021 Chris Boden
1+
Copyright (c) 2014 Chris Boden
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

src/Connector.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ protected function generateRequest($url, array $subProtocols, array $headers) {
134134

135135
$uri = $uri->withScheme('wss' === $scheme ? 'HTTPS' : 'HTTP');
136136

137-
$headers += ['User-Agent' => 'Ratchet-Pawl/0.4'];
137+
$headers += ['User-Agent' => 'Ratchet-Pawl/0.4.1'];
138138

139139
$request = array_reduce(array_keys($headers), function(RequestInterface $request, $header) use ($headers) {
140140
return $request->withHeader($header, $headers[$header]);

0 commit comments

Comments
 (0)