diff --git a/ActionCableClient.podspec b/ActionCableClient.podspec index 7d8f58e..62d9762 100644 --- a/ActionCableClient.podspec +++ b/ActionCableClient.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ActionCableClient" - s.version = "0.1.2" + s.version = "0.1.3" s.summary = "A Swift client for the Rails ActionCable WebSocket server." s.description = <<-DESC ActionCable is a new WebSocket server being released with Rails 5 which makes it easy to add real-time features to your app. This Swift client makes it dead-simple to connect with that server, abstracting away everything except what you need to get going.