Skip to content

Commit b855bcd

Browse files
committed
Bump NWWebSocket library
1 parent 29c977a commit b855bcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PusherSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
s.source_files = ['Sources/**/*.swift']
1414

1515
s.dependency 'TweetNacl', '~> 1.0.0'
16-
s.dependency 'NWWebSocket', '~> 0.5.2'
16+
s.dependency 'NWWebSocket', '~> 0.5.3'
1717

1818
s.ios.deployment_target = '13.0'
1919
s.osx.deployment_target = '10.15'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,7 @@ For full details see the [client events documentation](https://pusher.com/docs/c
11631163

11641164
There are a set of tests for the library that can be run using the standard method (Command-U in Xcode).
11651165

1166-
The tests also get run on [Travis-CI](https://travis-ci.org/pusher/pusher-websocket-swift). See [.travis.yml](https://github.com/pusher/pusher-websocket-swift/blob/master/.travis.yml) for details on how the Travis tests are run.
1166+
The tests also get run on Github Actions, see [CI Action](https://github.com/pusher/pusher-websocket-swift/actions/workflows/ci.yml)
11671167

11681168
## Extensions
11691169

0 commit comments

Comments
 (0)