Skip to content

Commit

Permalink
Update for 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrhodes committed Mar 3, 2016
1 parent 1fc1c8c commit 7d0b2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ActionCableClient.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 7d0b2b8

Please sign in to comment.