From d12a29f8d8e0de9e6191383daf03ffe469d0308f Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Tue, 22 Mar 2016 06:34:21 -0700 Subject: [PATCH] bump 2.6.0 --- SwiftWebSocket.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SwiftWebSocket.podspec b/SwiftWebSocket.podspec index 5fd467f..0a5ec97 100644 --- a/SwiftWebSocket.podspec +++ b/SwiftWebSocket.podspec @@ -1,10 +1,10 @@ Pod::Spec.new do |s| s.name = "SwiftWebSocket" - s.version = "2.5.0" + s.version = "2.6.0" s.summary = "A high performance WebSocket client library for Swift." s.homepage = "https://github.com/tidwall/SwiftWebSocket" s.license = { :type => "Attribution License", :file => "LICENSE" } - s.source = { :git => "https://github.com/tidwall/SwiftWebSocket.git", :tag => "2.5.0" } + s.source = { :git => "https://github.com/tidwall/SwiftWebSocket.git", :tag => "2.6.0" } s.authors = { 'Josh Baker' => 'joshbaker77@gmail.com' } s.social_media_url = "https://twitter.com/tidwall" s.ios.deployment_target = "8.0"