diff --git a/Cartfile b/Cartfile index 6d5a037a..321cd44f 100644 --- a/Cartfile +++ b/Cartfile @@ -1 +1 @@ -github "daltoniam/Starscream" ~> 4.0.6 \ No newline at end of file +github "daltoniam/Starscream" ~> 4.0.8 \ No newline at end of file diff --git a/Cartfile.resolved b/Cartfile.resolved index 15998bb6..a3c32e56 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1 +1 @@ -github "daltoniam/Starscream" "4.0.6" +github "daltoniam/Starscream" "4.0.8" diff --git a/Socket.IO-Client-Swift.podspec b/Socket.IO-Client-Swift.podspec index 366c8e73..b07344de 100644 --- a/Socket.IO-Client-Swift.podspec +++ b/Socket.IO-Client-Swift.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Socket.IO-Client-Swift" s.module_name = "SocketIO" - s.version = "16.1.0" + s.version = "16.1.1" s.summary = "Socket.IO-client for iOS and OS X" s.description = <<-DESC Socket.IO-client for iOS and OS X. @@ -18,7 +18,7 @@ Pod::Spec.new do |s| s.requires_arc = true s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", - :tag => 'v16.1.0', + :tag => 'v16.1.1', :submodules => true } @@ -27,5 +27,5 @@ Pod::Spec.new do |s| 'SWIFT_VERSION' => '5.4' } s.source_files = "Source/SocketIO/**/*.swift", "Source/SocketIO/*.swift" - s.dependency "Starscream", "~> 4.0.6" + s.dependency "Starscream", "~> 4.0.8" end