Skip to content

Commit 03032d0

Browse files
committed
Update some more deps; bump version
1 parent d690d9c commit 03032d0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cartfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "daltoniam/Starscream" ~> 4.0.6
1+
github "daltoniam/Starscream" ~> 4.0.8

Cartfile.resolved

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "daltoniam/Starscream" "4.0.6"
1+
github "daltoniam/Starscream" "4.0.8"

Socket.IO-Client-Swift.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "Socket.IO-Client-Swift"
33
s.module_name = "SocketIO"
4-
s.version = "16.1.0"
4+
s.version = "16.1.1"
55
s.summary = "Socket.IO-client for iOS and OS X"
66
s.description = <<-DESC
77
Socket.IO-client for iOS and OS X.
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
1818
s.requires_arc = true
1919
s.source = {
2020
:git => "https://github.com/socketio/socket.io-client-swift.git",
21-
:tag => 'v16.1.0',
21+
:tag => 'v16.1.1',
2222
:submodules => true
2323
}
2424

@@ -27,5 +27,5 @@ Pod::Spec.new do |s|
2727
'SWIFT_VERSION' => '5.4'
2828
}
2929
s.source_files = "Source/SocketIO/**/*.swift", "Source/SocketIO/*.swift"
30-
s.dependency "Starscream", "~> 4.0.6"
30+
s.dependency "Starscream", "~> 4.0.8"
3131
end

0 commit comments

Comments
 (0)