Skip to content

Commit

Permalink
Prepare version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrees committed Jun 10, 2021
1 parent 8cf0bc5 commit 8e34779
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This product uses [Semantic Versioning](https://semver.org/).

## [Unreleased]

## 2.1.0
* Updated Presence.Options init method to be public
* Updated URLSessionWebsocketTask init method to accept a custom configuration

## 2.0.0
* Restructured project
* Added support for URLSession's Websocket Task
Expand Down
4 changes: 2 additions & 2 deletions SwiftPhoenixClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "SwiftPhoenixClient"
s.version = "2.0.0"
s.version = "2.1.0"
s.summary = "Connect your Phoenix and iOS applications through WebSockets!"
s.swift_version = "5.0"
s.description = <<-EOS
Expand All @@ -22,7 +22,7 @@ Pod::Spec.new do |s|
an earlier iOS version, please see the StarscreamSwiftPhoenixClient extention.
EOS
s.homepage = "https://github.com/davidstump/SwiftPhoenixClient"
s.license = { :type => "MIT", :file => "License.md" }
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "David Stump" => "[email protected]" }
s.source = { :git => "https://github.com/davidstump/SwiftPhoenixClient.git", :tag => s.version.to_s }
s.ios.deployment_target = '10.0'
Expand Down

0 comments on commit 8e34779

Please sign in to comment.