Skip to content

Commit 42da871

Browse files
committed
update readme
1 parent 03032d0 commit 42da871

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ let package = Package(
6161
.executable(name: "socket.io-test", targets: ["YourTargetName"])
6262
],
6363
dependencies: [
64-
.package(url: "https://github.com/socketio/socket.io-client-swift", .upToNextMinor(from: "15.0.0"))
64+
.package(url: "https://github.com/socketio/socket.io-client-swift", .upToNextMinor(from: "16.1.1"))
6565
],
6666
targets: [
6767
.target(name: "YourTargetName", dependencies: ["SocketIO"], path: "./Path/To/Your/Sources")
@@ -74,7 +74,7 @@ Then import `import SocketIO`.
7474
### Carthage
7575
Add this line to your `Cartfile`:
7676
```
77-
github "socketio/socket.io-client-swift" ~> 15.2.0
77+
github "socketio/socket.io-client-swift" ~> 16.1.1
7878
```
7979

8080
Run `carthage update --platform ios,macosx`.
@@ -88,7 +88,7 @@ Create `Podfile` and add `pod 'Socket.IO-Client-Swift'`:
8888
use_frameworks!
8989

9090
target 'YourApp' do
91-
pod 'Socket.IO-Client-Swift', '~> 15.2.0'
91+
pod 'Socket.IO-Client-Swift', '~> 16.1.1'
9292
end
9393
```
9494

0 commit comments

Comments
 (0)